[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

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

fix: increase light mode colour contrast with muted/elevated bg colours

+2 -2
+2 -2
app/assets/main.css
··· 34 34 :root[data-theme='light'] { 35 35 --bg: oklch(1 0 0); 36 36 --bg-subtle: oklch(0.979 0.001 286.375); 37 - --bg-muted: oklch(0.979 0.001 286.375 / 90%); 38 - --bg-elevated: oklch(0.955 0 0); 37 + --bg-muted: oklch(0.955 0 0); 38 + --bg-elevated: oklch(0.94 0 0); 39 39 40 40 --fg: oklch(0.145 0 0); 41 41 --fg-muted: oklch(0.439 0 0);