Add better styling for checkboxes to make them more distinct

This commit is contained in:
Oliver-Akins 2025-07-26 22:36:37 -06:00
parent 08fb6768ad
commit daa88fb272
3 changed files with 59 additions and 0 deletions

View file

@ -2,6 +2,7 @@
/* Resets */
@import url("./resets/hr.css") layer(resets);
@import url("./resets/inputs.css") layer(resets);
/* Themes */
@import url("./themes/dark.css") layer(themes);