aboutsummaryrefslogtreecommitdiffstats
path: root/docs/sidebar.css
diff options
context:
space:
mode:
authorNick Brassel <nick@tzarc.org>2020-03-12 18:17:47 +1100
committerGitHub <noreply@github.com>2020-03-12 18:17:47 +1100
commit1b267d48405b6e24fbb197cf27f9e42264c66598 (patch)
treee64ad264f1c379a1e07e1a92c05b0e3f00c87e95 /docs/sidebar.css
parent32d03eef902a1ac9cec53804dcb72ace5c585960 (diff)
downloadfirmware-1b267d48405b6e24fbb197cf27f9e42264c66598.tar.gz
firmware-1b267d48405b6e24fbb197cf27f9e42264c66598.tar.bz2
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/sidebar.css')
-rw-r--r--docs/sidebar.css30
1 files changed, 0 insertions, 30 deletions
diff --git a/docs/sidebar.css b/docs/sidebar.css
deleted file mode 100644
index 07b26ecec..000000000
--- a/docs/sidebar.css
+++ /dev/null
@@ -1,30 +0,0 @@
-.sidebar-toggle {
- position: absolute;
- top: 0;
- bottom: auto;
- left: 0;
-}
-
-.search {
- margin-top: 40px;
-}
-
-.markdown-section h2 {
- padding-top: 0.25rem;
-}
-
-.markdown-section h3 {
- margin-top: 0.25rem;
-}
-
-.sidebar, .sidebar-nav {
- line-height: 1.5em !important;
-}
-
-.markdown-section ul ul {
- margin: 0;
-}
-
-.markdown-section pre {
- padding: 0;
-}