diff options
| author | nsfisis <nsfisis@gmail.com> | 2022-04-19 19:41:01 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2022-04-19 19:41:01 +0900 |
| commit | 6e2a31185145d4690dbf897b56a682113ce62d8f (patch) | |
| tree | 9ce7d72b30c1cfbc722167cdbbfdb5e3ada0cb1c /docs/style.css | |
| parent | 5a8024a827b6dbb103712865261c9a5ebc2908f9 (diff) | |
| download | nsfisis.github.io-6e2a31185145d4690dbf897b56a682113ce62d8f.tar.gz nsfisis.github.io-6e2a31185145d4690dbf897b56a682113ce62d8f.tar.zst nsfisis.github.io-6e2a31185145d4690dbf897b56a682113ce62d8f.zip | |
regenerate
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 -------------------------------------------------- */ *, |
