schoolbox web extension :)
0
fork

Configure Feed

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

fix(themes): class list styling

willow 9136a18d b11b0a58

+9
+9
src/entrypoints/catppuccin.css
··· 589 589 color: hsl(var(--ctp-text)); 590 590 } 591 591 592 + /* class list */ 593 + 594 + .Component_Homepage_ClassListController.component-container ul.grid { 595 + background: hsl(var(--ctp-surface0)) !important; 596 + } 597 + .Component_Homepage_ClassListController.component-container ul.grid li { 598 + box-shadow: none !important; 599 + } 600 + 592 601 /* text inputs */ 593 602 input:not([type]), 594 603 input[type="text"],