[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: add default theme for no-js users (#1060)

authored by

Alex Savelyev and committed by
GitHub
17a9ecdf e74a201a

+1
+1
app/assets/main.css
··· 5 5 box-sizing: border-box; 6 6 } 7 7 8 + :root:not([data-theme='light']), 8 9 :root[data-theme='dark'] { 9 10 /* background colors */ 10 11 --bg: var(--bg-color, oklch(0.145 0 0));