aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html3
-rw-r--r--docs/qmk_custom_dark.css29
-rw-r--r--docs/qmk_custom_light.css (renamed from docs/sidebar.css)0
3 files changed, 31 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>
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}
diff --git a/docs/sidebar.css b/docs/qmk_custom_light.css
index 07b26ecec..07b26ecec 100644
--- a/docs/sidebar.css
+++ b/docs/qmk_custom_light.css