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 styling of close button' (#3267) from gusted/forgejo-theme-reg into forgejo

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

+13
+13
web_src/css/themes/theme-forgejo-dark.css
··· 318 318 strong.attention-caution, svg.attention-caution { 319 319 color: var(--color-red-light); 320 320 } 321 + .ui.basic.red.button { 322 + background-color: var(--color-red); 323 + color: var(--color-white); 324 + } 325 + .ui.basic.red.button:hover, 326 + .ui.basic.red.button:focus { 327 + background-color: var(--color-red-dark-1); 328 + color: var(--color-white); 329 + } 330 + .ui.basic.red.button:active { 331 + background-color: var(--color-red-dark-2); 332 + color: var(--color-white); 333 + }