qmk-dactyl-manuform-a/docs/qmk_custom_light.css

48 lines
677 B
CSS
Raw Normal View History

2018-05-13 19:56:54 +02:00
.sidebar-toggle {
position: absolute;
top: 0;
bottom: auto;
left: 0;
}
.search {
margin-top: 40px;
}
2020-02-25 23:29:37 +01:00
2020-02-26 02:13:33 +01:00
.markdown-section h2 {
padding-top: 0.25rem;
}
2020-02-25 23:29:37 +01:00
.markdown-section h3 {
2020-02-26 02:13:33 +01:00
margin-top: 0.25rem;
2020-02-25 23:29:37 +01:00
}
2020-02-26 02:03:57 +01:00
.sidebar, .sidebar-nav {
line-height: 1.5em !important;
}
2020-02-26 02:22:08 +01:00
.markdown-section ul ul {
margin: 0;
}
.markdown-section pre {
padding: 0;
}
:root {
--docsifytabs-border-color: #ddd;
--docsifytabs-tab-highlight-color: var(--theme-color, #0074d9);
--docsifytabs-tab-background: #f8f8f8;
--docsifytabs-tab-background-active: transparent;
}
.docsify-tabs__tab:focus {
outline: none !important;
}
.docsify-tabs__content .anchor {
transition: none;
}