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

8
styles/resets/inputs.css Normal file
View file

@ -0,0 +1,8 @@
.taf > .window-content {
input[type="checkbox"] {
all: initial;
&::after, &::before {
all: initial;
}
}
}