fix: some small css fixes

This commit is contained in:
2026-08-25 14:44:31 +05:00
parent f1f5bd4409
commit 5e512f0bdd
14 changed files with 35 additions and 26 deletions
+3 -3
View File
@@ -71,7 +71,7 @@
input[type='range'] {
flex: 1;
min-width: 3rem;
accent-color: var(--accent);
accent-color: var(--link);
margin: 0;
}
@@ -96,8 +96,8 @@
}
.step:hover:not(:disabled) {
border-color: var(--accent);
color: var(--accent);
border-color: var(--link);
color: var(--link);
}
.step:disabled {