schoolbox web extension :)
0
fork

Configure Feed

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

fix: styling

BC-548 6a6b7ef4 c6c7485c

+24 -3
+24 -3
src/themes/catppuccin.css
··· 21 21 border: none; 22 22 } 23 23 24 - 25 24 /* blockquotes */ 26 25 blockquote { 27 26 background-color: hsl(var(--ctp-surface1)); ··· 30 29 } 31 30 32 31 /* 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 { 32 + .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, input[type=checkbox]:not(.plain)+label.checkbox-label:after, body.login input[type=checkbox]:not(.plain)+label:after{ 34 33 background-color: hsl(var(--ctp-surface2)); 35 34 } 36 35 36 + .checklist input[type=radio]:not(.plain):not(:disabled)+label:hover:after, .checklist input[type=checkbox]:not(.plain):not(:disabled)+label:hover:after, .radiolist input[type=radio]:not(.plain):not(:disabled)+label:hover:after, .radiolist input[type=checkbox]:not(.plain):not(:disabled)+label:hover:after { 37 + color: hsl(var(--ctp-text)); 38 + } 39 + 40 + /* drop down menus */ 41 + .filter-dropdown .filter-component { 42 + background-color: hsl(var(--ctp-surface0)); 43 + border: none; 44 + } 45 + .checklist.item.filter-component .f-dropdown.content { 46 + background-color: hsl(var(--ctp-surface0)); 47 + } 48 + 49 + /* goals */ 50 + .badge-grid .badge, .badge-grid .badge .card-feature-image { 51 + background-color: hsl(var(--ctp-surface0)); 52 + border-color: hsl(var(--ctp-overlay1)); 53 + border-bottom: 1px solid hsl(var(--ctp-overlay1)); 54 + } 37 55 38 56 /* date picker (flatpickr) */ 39 57 .adtp .flatpickr-calendar, .adtp .flatpickr-innerContainer { ··· 228 246 color: hsl(var(--ctp-text)); 229 247 } 230 248 231 - 232 249 .information-list, .action-list > .actions-small-1 { 233 250 background-color: hsl(var(--ctp-surface0)) !important; 234 251 } ··· 275 292 /* breadcrumbs */ 276 293 .breadcrumb li.active span:not([href]) { 277 294 color: hsl(var(--ctp-accent)); 295 + } 296 + 297 + .breadcrumb li a:before, .breadcrumb li span:before { 298 + border-left-color: hsl(var(--ctp-overlay0)); 278 299 } 279 300 280 301 /* scrollbars */