Skip to content

Commit 71e8c7e

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

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
@@ -61,6 +61,7 @@
6161
style.id = 'nav-shared-style';
6262
style.textContent = `
6363
html.dark-pre body { background:#1a1a2e !important; }
64+
pre#code-pre { display:none !important; }
6465
#site-nav {
6566
border-bottom: 1px solid #e0e0e0;
6667
padding: 0 2rem;

0 commit comments

Comments
 (0)