[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: light mode non-shiki code blocks (#253)

authored by

Lino Le Van and committed by
GitHub
cd780ec4 9fd27783

-1
-1
app/assets/main.css
··· 246 246 /* Code blocks - including Shiki output */ 247 247 .readme-content pre, 248 248 .readme-content .shiki { 249 - background: oklch(0.145 0 0) !important; 250 249 border: 1px solid var(--border); 251 250 border-radius: 8px; 252 251 padding: 1rem;