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 '[UI] Add background to reactions on hover' (#4836) from gusted/forgejo-reaction-bg into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4836
Reviewed-by: 0ko <0ko@noreply.codeberg.org>

0ko ecad5c9a 86dadda2

+2
+1
web_src/css/themes/theme-forgejo-dark.css
··· 228 228 /* should ideally be --color-text-dark, see #15651 */ 229 229 --color-reaction-bg: #ffffff12; 230 230 --color-reaction-active-bg: var(--color-primary-alpha-30); 231 + --color-reaction-hover-bg: var(--color-primary-alpha-40); 231 232 --color-tooltip-text: #ffffff; 232 233 --color-tooltip-bg: #000000f0; 233 234 --color-nav-bg: var(--steel-900);
+1
web_src/css/themes/theme-forgejo-light.css
··· 244 244 /* should ideally be --color-text-dark, see #15651 */ 245 245 --color-reaction-bg: #0000000a; 246 246 --color-reaction-active-bg: var(--color-primary-alpha-20); 247 + --color-reaction-hover-bg: var(--color-primary-alpha-30); 247 248 --color-tooltip-text: #ffffff; 248 249 --color-tooltip-bg: #000000f0; 249 250 --color-nav-bg: var(--zinc-100);