diff options
author | Nick Brassel <nick@tzarc.org> | 2020-03-12 18:17:47 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-12 18:17:47 +1100 |
commit | 1b267d48405b6e24fbb197cf27f9e42264c66598 (patch) | |
tree | e64ad264f1c379a1e07e1a92c05b0e3f00c87e95 /docs/index.html | |
parent | 32d03eef902a1ac9cec53804dcb72ace5c585960 (diff) | |
download | qmk_firmware-1b267d48405b6e24fbb197cf27f9e42264c66598.tar.gz qmk_firmware-1b267d48405b6e24fbb197cf27f9e42264c66598.zip |
Fix darkmode (#8393)
* Rearrange the custom CSS a bit.
* fix css name
* add missing quote
* Fix up dark mode rendering. (#8392)
* Fix up dark mode rendering.
* Update index.html
* Fix up code blocks
* Fix code in page toc
* Update docs/qmk_custom_dark.css
Co-Authored-By: Ryan <fauxpark@gmail.com>
Co-authored-by: skullY <skullydazed@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 4351ce1dd..ec92de495 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -16,7 +16,8 @@ | |||
16 | <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css" title="light"> | 16 | <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/buble.css" title="light"> |
17 | <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/dark.css" media="(prefers-color-scheme: dark)"> | 17 | <link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/dark.css" media="(prefers-color-scheme: dark)"> |
18 | <link rel="stylesheet" href="//unpkg.com/docsify-toc@1.0.0/dist/toc.css"> | 18 | <link rel="stylesheet" href="//unpkg.com/docsify-toc@1.0.0/dist/toc.css"> |
19 | <link rel="stylesheet" href="sidebar.css" /> | 19 | <link rel="stylesheet" href="qmk_custom_light.css"> |
20 | <link rel="stylesheet" href="qmk_custom_dark.css" media="(prefers-color-scheme: dark)"> | ||
20 | </head> | 21 | </head> |
21 | <body> | 22 | <body> |
22 | <div id="app"></div> | 23 | <div id="app"></div> |