aboutsummaryrefslogtreecommitdiff
path: root/docs/qmk_custom_light.css
diff options
context:
space:
mode:
Diffstat (limited to 'docs/qmk_custom_light.css')
-rw-r--r--docs/qmk_custom_light.css30
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}