Skip to content

Commit

Permalink
fix(doc): temporarily disable dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jan 17, 2022
1 parent 21ee5d6 commit 7b7a1ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
--font-family-mono: DM Mono, source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
--bg-gradient: 255,255,255;
}

/*
@media (prefers-color-scheme: dark) {
:root {
--c-bg: rgb(20,20,20) !important;
Expand All @@ -24,7 +24,7 @@
tr {
border-top: 1px solid var(--code-inline-bg-color) !important;
}
}
} */

.mono, .nav-bar-title {
font-family: var(--font-family-mono);
Expand Down

0 comments on commit 7b7a1ff

Please sign in to comment.