aboutsummaryrefslogtreecommitdiff
path: root/docs/qmk_custom_dark.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/qmk_custom_dark.css
parent32d03eef902a1ac9cec53804dcb72ace5c585960 (diff)
downloadqmk_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_dark.css')
-rw-r--r--docs/qmk_custom_dark.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/qmk_custom_dark.css b/docs/qmk_custom_dark.css
new file mode 100644
index 000000000..a7feb159c
--- /dev/null
+++ b/docs/qmk_custom_dark.css
@@ -0,0 +1,29 @@
1.sidebar li.active {
2 background-color: #555;
3}
4
5.markdown-section p.tip,
6.markdown-section tr:nth-child(2n) {
7 background-color:#444;
8}
9
10.markdown-section tr {
11 border-top: 1px solid #555;
12}
13
14.markdown-section td, .markdown-section th {
15 border: 1px solid #555;
16}
17
18.markdown-section p.tip code {
19 background-color: #555;
20 color: #fff;
21}
22
23.page_toc code {
24 background-color: #555;
25}
26
27.markdown-section hr, .search {
28 border-bottom: 1px solid #777 !important;
29}