schoolbox web extension :)
0
fork

Configure Feed

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

Merge branch 'styling-fixes'

Willow fbdc27f1 78be859c

+33 -4
+33 -4
src/themes/catppuccin.css
··· 7 7 color: hsl(var(--ctp-text)) !important; 8 8 } 9 9 10 - body, p, h1, h2, h3, h4, .tab-bar { 10 + body, p, h1, h2, h3, h4, .tab-bar, .profile-tabs .subheader { 11 11 color: hsl(var(--ctp-text)); 12 + } 13 + 14 + /* activity feed */ 15 + .feed, .activity-feed, .feed-column, .feed-item, .feed .subheader { 16 + background-color: hsl(var(--ctp-surface0)) !important; 17 + border: none; 18 + } 19 + 20 + .feed > section { 21 + border: none; 22 + } 23 + 24 + 25 + /* blockquotes */ 26 + blockquote { 27 + background-color: hsl(var(--ctp-surface1)); 28 + color: hsl(var(--ctp-text)); 29 + border-left: 6px solid hsl(var(--ctp-accent)) !important; 12 30 } 13 31 14 32 /* date picker (flatpickr) */ ··· 42 60 background-color: hsl(var(--ctp-surface0)); 43 61 } 44 62 45 - /* /groups page buttons */ 63 + /* groups page buttons */ 46 64 .group-actions[data-v-2e9f597c] { 47 65 background: hsl(var(--ctp-surface0)) !important; 48 66 } ··· 157 175 } 158 176 159 177 /* boxes */ 160 - .editPanel.socialstream-new-post, .content, .information-lis, .empty-state, .empty-state-flex-centered, .card, .show-ckeditor-button, .v-card { 178 + .editPanel.socialstream-new-post, .content, .information-lis, .empty-state, .empty-state-flex-centered, .card, .show-ckeditor-button, .v-card, .profile-tabs .classes-groups .v-card { 161 179 background-color: hsl(var(--ctp-surface0)); 180 + border: none; 162 181 } 163 182 164 183 /* iframes */ ··· 191 210 background-color: rgba(0,0,0,0) !important; 192 211 } 193 212 .island section { 194 - background-color: hsl(var(--ctp-base)) !important; 213 + background-color: hsl(var(--ctp-base)); 195 214 } 196 215 197 216 /* home -> news */ ··· 206 225 207 226 .information-list, .action-list > .actions-small-1 { 208 227 background-color: hsl(var(--ctp-surface0)) !important; 228 + } 229 + 230 + /* quiz/test results table */ 231 + .lrn-report-area, .lrn-report-measure { 232 + background-color: var(--content-ui-background) !important; 233 + } 234 + 235 + /* news sections */ 236 + .detail.content { 237 + background: hsl(var(--ctp-base)) !important; 209 238 } 210 239 211 240 /* timetable */