this repo has no description
0
fork

Configure Feed

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

Color space works differently in different browsers

+2 -2
+2 -2
src/index.css
··· 21 21 var(--purple-color) 60%, 22 22 var(--text-color) 40% 23 23 ); 24 - --purple-bg-color: color-mix(in lch, var(--purple-color) 15%, transparent); 24 + --purple-bg-color: color-mix(in srgb, var(--purple-color) 10%, transparent); 25 25 --green-color: darkgreen; 26 26 --orange-color: darkorange; 27 27 --orange-light-bg-color: color-mix( ··· 34 34 var(--orange-color) 60%, 35 35 var(--text-color) 40% 36 36 ); 37 - --orange-bg-color: color-mix(in lch, var(--orange-color) 15%, transparent); 37 + --orange-bg-color: color-mix(in srgb, var(--orange-color) 10%, transparent); 38 38 --red-color: orangered; 39 39 --red-text-color: color-mix( 40 40 in srgb-linear,