qmk_firmware/docs/qmk_custom_light.css

31 lines
355 B
CSS
Raw Normal View History

2018-05-13 10:56:54 -07:00
.sidebar-toggle {
position: absolute;
top: 0;
bottom: auto;
left: 0;
}
.search {
margin-top: 40px;
}
2020-02-25 14:29:37 -08:00
2020-02-25 17:13:33 -08:00
.markdown-section h2 {
padding-top: 0.25rem;
}
2020-02-25 14:29:37 -08:00
.markdown-section h3 {
2020-02-25 17:13:33 -08:00
margin-top: 0.25rem;
2020-02-25 14:29:37 -08:00
}
2020-02-25 17:03:57 -08:00
.sidebar, .sidebar-nav {
line-height: 1.5em !important;
}
2020-02-25 17:22:08 -08:00
.markdown-section ul ul {
margin: 0;
}
.markdown-section pre {
padding: 0;
}