diff options
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 0000000000..07b26ecec9 --- /dev/null +++ b/docs/qmk_custom_light.css @@ -0,0 +1,30 @@ +.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; +} |