aboutsummaryrefslogtreecommitdiffstats
path: root/docs/qmk_custom_dark.css
blob: a7feb159c805d6e2cce4081b455df0055c9f8423 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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;
}