loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

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

Merge pull request '[BUG] Fix tone of callout boxes for Forgejo dark' (#3085) from gusted/forgejo-theme-contrast into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3085
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

Gusted efc2f539 e70e93c4

+11 -2
+11 -2
web_src/css/themes/theme-forgejo-dark.css
··· 157 157 --color-error-text: #fef2f2; 158 158 --color-success-border: #1f6e3c; 159 159 --color-success-bg: #1d462c; 160 - --color-success-text: #f0fdf4; 160 + --color-success-text: #aef0c2; 161 161 --color-warning-border: #a67a1d; 162 162 --color-warning-bg: #644821; 163 - --color-warning-text: #fefce8; 163 + --color-warning-text: #fff388; 164 164 --color-info-border: #2e50b0; 165 165 --color-info-bg: #2a396b; 166 166 --color-info-text: var(--steel-100); ··· 308 308 background: var(--steel-100) !important; 309 309 color: var(--color-white) !important; 310 310 } 311 + strong.attention-important, svg.attention-important { 312 + color: var(--color-violet-light); 313 + } 314 + strong.attention-note, svg.attention-note { 315 + color: var(--color-blue-light); 316 + } 317 + strong.attention-caution, svg.attention-caution { 318 + color: var(--color-red-light); 319 + }