schoolbox web extension :)
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: checkbox colours

BC-548 c6c7485c c851077c

+6
+6
src/themes/catppuccin.css
··· 29 29 border-left: 6px solid hsl(var(--ctp-accent)) !important; 30 30 } 31 31 32 + /* checkboxes */ 33 + .checklist input[type=radio]:not(.plain)+label:after, .checklist input[type=checkbox]:not(.plain)+label:after, .radiolist input[type=radio]:not(.plain)+label:after, .radiolist input[type=checkbox]:not(.plain)+label:after { 34 + background-color: hsl(var(--ctp-surface2)); 35 + } 36 + 37 + 32 38 /* date picker (flatpickr) */ 33 39 .adtp .flatpickr-calendar, .adtp .flatpickr-innerContainer { 34 40 border: none;