diff options
Diffstat (limited to 'docs/style.css')
| -rw-r--r-- | docs/style.css | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/style.css b/docs/style.css index f482aa5..99796c2 100644 --- a/docs/style.css +++ b/docs/style.css @@ -28,24 +28,9 @@ --code-bg: #f5f5f5; --border: #eee; } -.dark { - --theme: #1d1e20; - --entry: #2e2e33; - --primary: rgba(255, 255, 255, 0.84); - --secondary: rgba(255, 255, 255, 0.56); - --tertiary: rgba(255, 255, 255, 0.16); - --content: rgba(255, 255, 255, 0.64); - - --hljs-bg: #2e2e33; - --code-bg: #37383e; - --border: #5b5d67; -} .list { background: var(--code-bg); } -.dark.list { - background: var(--theme); -} /* Reset -------------------------------------------------- */ *, |
