Merged with main

This commit is contained in:
WBHarry 2025-05-27 20:07:03 +02:00
commit 1bb23f1323
24 changed files with 208 additions and 210 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);
}
}