enhance consumable and miscellaneous sheets (#68)

This commit is contained in:
Murilo Brito 2025-05-27 08:46:12 -03:00 committed by GitHub
parent c306c95e6b
commit 6fcfce227a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 190 additions and 179 deletions

View file

@ -27,10 +27,13 @@
input[type='checkbox'] {
&:checked::after {
color: light-dark(@dark-blue, @golden);
color: light-dark(@dark, @golden);
}
&:checked::before {
color: light-dark(transparent, @dark-blue);
}
&::before {
color: light-dark(@golden, @dark-blue);
color: light-dark(@dark, @beige);
}
}