Skip to content

Commit ef3496e

Browse files
committed
nav.js: hide .syntax-block via CSS immediately
1 parent fd2a5ef commit ef3496e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

assets/nav.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@
6262
style.textContent = `
6363
html.dark-pre body { background:#1a1a2e !important; }
6464
pre#code-pre { display:none !important; }
65+
.syntax-block { display:none !important; }
6566
6667
pre#code-pre { display:none !important; }
68+
.syntax-block { display:none !important; }
6769
6870
#site-nav {
6971
border-bottom: 1px solid #e0e0e0;

0 commit comments

Comments
 (0)