Small optimizations #1

Merged
Rettend merged 22 commits from kennethnym-main into main 2024-07-24 15:30:46 +01:00
4 changed files with 31 additions and 67 deletions
Showing only changes of commit 50c5599d5e - Show all commits

View File

@@ -175,7 +175,7 @@ a {
border: 2px solid var(--text);
background-color: var(--base);
}
input[type="range"]::-webkit-slider-runnable-track {
height: var(--range-height);
appearance: none;
@@ -262,7 +262,7 @@ input[type="range"]::-ms-fill-upper {
.button:active {
background: var(--text) !important;
color: var(--base);
transform: translate(3px, 3px);
transform: translate(4px, 4px);
}
.button.button-active::after,