Deploying to gh-pages from master @ aae3b35c0f 🚀
This commit is contained in:
parent
117d4a338d
commit
e9694e7218
375 changed files with 44952 additions and 0 deletions
29
qmk_custom_dark.css
Normal file
29
qmk_custom_dark.css
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
.sidebar li.active {
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
.markdown-section p.tip,
|
||||
.markdown-section tr:nth-child(2n) {
|
||||
background-color:#444;
|
||||
}
|
||||
|
||||
.markdown-section tr {
|
||||
border-top: 1px solid #555;
|
||||
}
|
||||
|
||||
.markdown-section td, .markdown-section th {
|
||||
border: 1px solid #555;
|
||||
}
|
||||
|
||||
.markdown-section p.tip code {
|
||||
background-color: #555;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.page_toc code {
|
||||
background-color: #555;
|
||||
}
|
||||
|
||||
.markdown-section hr, .search {
|
||||
border-bottom: 1px solid #777 !important;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue