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/qmk_custom_light.css | |
| 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/qmk_custom_light.css')
| -rw-r--r-- | docs/qmk_custom_light.css | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/qmk_custom_light.css b/docs/qmk_custom_light.css new file mode 100644 index 000000000..07b26ecec --- /dev/null +++ b/docs/qmk_custom_light.css | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | .sidebar-toggle { | ||
| 2 | position: absolute; | ||
| 3 | top: 0; | ||
| 4 | bottom: auto; | ||
| 5 | left: 0; | ||
| 6 | } | ||
| 7 | |||
| 8 | .search { | ||
| 9 | margin-top: 40px; | ||
| 10 | } | ||
| 11 | |||
| 12 | .markdown-section h2 { | ||
| 13 | padding-top: 0.25rem; | ||
| 14 | } | ||
| 15 | |||
| 16 | .markdown-section h3 { | ||
| 17 | margin-top: 0.25rem; | ||
| 18 | } | ||
| 19 | |||
| 20 | .sidebar, .sidebar-nav { | ||
| 21 | line-height: 1.5em !important; | ||
| 22 | } | ||
| 23 | |||
| 24 | .markdown-section ul ul { | ||
| 25 | margin: 0; | ||
| 26 | } | ||
| 27 | |||
| 28 | .markdown-section pre { | ||
| 29 | padding: 0; | ||
| 30 | } | ||
