Small optimizations #1

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

View File

@@ -34,6 +34,7 @@ body {
padding: 2rem;
margin: 0;
background-color: var(--base);
overflow: hidden;
}
h1,
@@ -214,6 +215,7 @@ input[type="range"]::-ms-fill-upper {
font-weight: 800;
padding: 0.5rem 1rem;
color: var(--text);
width: 5rem;
}
.button:hover {
@@ -256,8 +258,7 @@ input[type="range"]::-ms-fill-upper {
.button:after {
display: block;
position: absolute;
margin: -2px;
width: inherit;
margin: -2px 0;
top: 1px;
left: 1px;
right: -1px;
@@ -267,6 +268,7 @@ input[type="range"]::-ms-fill-upper {
background-color: var(--text);
z-index: -1;
transform: translate(2px, 2px);
width: 3rem;
}
@media (prefers-color-scheme: dark) {