enhance consumable and miscellaneous sheets

This commit is contained in:
moliloo 2025-05-26 22:53:10 -03:00
parent c306c95e6b
commit d180b0e74c
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);
}
}