-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththeme.css
54 lines (54 loc) · 1.26 KB
/
theme.css
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
html.theme-coal {
color: #98a3ad;
background-color: #141617;
}
html.theme-coal ::-webkit-scrollbar {
background: #141617;
}
html.theme-coal ::-webkit-scrollbar-thumb {
background: #a1adb8;
}
html.theme-coal .content .header:link, html.theme-coal .content .header:visited {
color: #98a3ad;
}
html.theme-coal .chapter li .active, .coal .chapter li a:hover {
color: #3473ad;
}
html.theme-coal .chapter li a {
color: #a1adb8;
}
html.theme-coal .chapter li {
color: #505254;
}
html.theme-coal .search input {
border: 1px solid #aaa;
background-color: #b7b7b7;
color: #000;
}
html.theme-coal .search-results {
border-bottom: 1px dashed #98a3ad;
}
html.theme-coal .search-results-header {
color: #666;
}
html.theme-coal .search-results-outer {
border-bottom: 1px dashed #98a3ad;
}
html.theme-coal .menu-bar > .menu-bar-sticky-container {
background-color: #141617;
border-bottom-color: #141617;
border-bottom-width: 1px;
border-bottom-style: solid;
}
html.theme-coal .menu-bar .icon-button, html.theme-coal .menu-bar a i {
color: #43484d;
}
html.theme-coal .mobile-nav-chapters {
background-color: #292c2f;
}
html.theme-coal .mobile-nav-chapters i:hover {
color: #a1adb8;
}
html.theme-coal .mobile-nav-chapters:visited, html.theme-coal .mobile-nav-chapters {
color: #43484d;
}