Skip to content

Commit f54ab6c

Browse files
committed
nav.js: hide pre#code-pre via CSS immediately
1 parent 71e8c7e commit f54ab6c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assets/nav.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
style.textContent = `
6363
html.dark-pre body { background:#1a1a2e !important; }
6464
pre#code-pre { display:none !important; }
65+
pre#code-pre { display:none !important; }
6566
#site-nav {
6667
border-bottom: 1px solid #e0e0e0;
6768
padding: 0 2rem;

0 commit comments

Comments
 (0)