schoolbox web extension :)
0
fork

Configure Feed

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

fix: styling issue

BC-548 5c6e86d4 456453f4

+3 -3
+3 -3
src/entrypoints/catppuccin.css
··· 11 11 h4, 12 12 .tab-bar, 13 13 .profile-tabs .subheader { 14 - color: hsl(var(--ctp-text)) !important; 14 + color: hsl(var(--ctp-text)); 15 15 } 16 16 17 17 /* activity feed */ ··· 138 138 .eotc-status, 139 139 .alert-box-icon { 140 140 background-color: hsl(var(--ctp-surface0)); 141 - color: hsl(var(--ctp-text)); 141 + /* color: hsl(var(--ctp-text)); */ 142 142 } 143 143 144 144 /* groups page buttons */ ··· 278 278 .flex-list.buttons button.submit:focus, 279 279 a.submit:focus, 280 280 button.submit:focus { 281 - background-color: hsla(var(--ctp-accent), 0.2); 281 + background-color: hsla(var(--ctp-accent), 0.8); 282 282 } 283 283 284 284 /* form inputs */