refactor: style and ux tweaks

This commit is contained in:
Carlos Valente
2025-07-21 07:07:26 +02:00
committed by Carlos Valente
parent 9ebb3decdb
commit 3747dbc1a8
7 changed files with 26 additions and 34 deletions
@@ -31,11 +31,7 @@
}
&[data-checked] {
background-color: $gray-1200;
&:hover {
border-color: $gray-1000;
}
background-color: $gray-700;
}
&:focus-visible {
@@ -57,6 +53,6 @@
border-radius: 100%;
width: 0.5em;
height: 0.5em;
background-color: $blue-500;
background-color: $ui-white;
}
}