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

feat: add scrollbar styling for Firefox (#679)

authored by

Luke Warlow and committed by
GitHub
7cce79d6 92a9f766

+8
+8
app/assets/main.css
··· 199 199 background: #404040; 200 200 } 201 201 202 + /* Scrollbar styling for Firefox */ 203 + @supports not selector(::-webkit-scrollbar) { 204 + * { 205 + scrollbar-width: thin; 206 + scrollbar-color: var(--border) var(--bg); 207 + } 208 + } 209 + 202 210 /* Shiki theme colors */ 203 211 html.light .shiki, 204 212 html.light .shiki span {