~ruther/qmk_firmware

ref: 9b398a8f31e31cd8aed60a2d90ada306213f70f5 qmk_firmware/docs/qmk_custom_dark.css -rw-r--r-- 482 bytes
9b398a8f — Joshua Diamond Partial and window screenshots (#9332) 5 years ago
                                                                                
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;
}