-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs-style.css
More file actions
117 lines (103 loc) · 2.32 KB
/
docs-style.css
File metadata and controls
117 lines (103 loc) · 2.32 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
@import "https://jmblog.github.io/color-themes-for-google-code-prettify/themes/atelier-dune-dark.min.css";
::-webkit-scrollbar, ::-webkit-scrollbar-thumb {
display: none;
}
.page-title p {
display: none !important;
}
.top-nav {
background-color: #151515;
}
.top-nav * {
color: #DDD !important;
}
.top-nav .inner {
height: calc(75px - 2 * 8px);
}
.top-nav .image img {
height: calc(75px - 2 * 8px);
width: calc(75px - 2 * 8px);
}
.top-nav .logo {
display: flex;
align-items: center;
}
.menu .navigation > a:first-child,
.menu .navigation .dropdown {
display: none !important;
}
.top-nav .menu .navigation .link:hover:not(.no-hover) {
border-bottom: 2px solid #EEE !important;
}
.top-nav .menu .link {
display: inline-flex !important;
align-items: center;
}
@media (max-width: 550px) {
.top-nav .menu .link {
display: none !important;
}
}
.sidebar, .side-nav {
background-color: #1A1A1A !important;
}
.sidebar a:hover, .side-nav a:hover,
.sidebar a.active, .side-nav a.is-active {
color: #0CDD93;
}
.sidebar h3, .side-nav h3 {
color: #DDD;
}
.sidebar a, .side-nav a {
color: #999;
}
.core {
display: flex;
flex-direction: column;
}
.content {
flex-grow: 1;
}
@media (prefers-color-scheme: dark) {
.top-nav {
box-shadow: 0 0 40px 0 rgba(0,0,0,0.24) !important;
}
.core {
background-color: #222;
}
.tag {
background-color: #222 !important;
color: #EEE !important;
}
.content {
background-color: #111 !important;
box-shadow: 0 0 40px 0 rgba(0,0,0,0.24) !important;
color: #EEE !important;
}
.content h1, .content h1 *,
.content h2, .content h2 *,
.content h3, .content h3 *,
.content h4, .content h4 *,
.content h5, .content h5 *
{
color: #EEE !important;
}
.content h4, .content h4 * {
color: #0CDD93 !important;
}
.member:not(:last-child):after {
background-color: #222 !important;
}
.button {
background-color: #111 !important;
}
table, table *:not(a) {
background-color: #151515 !important;
border-color: #333 !important;
color: #EEE !important;
}
.footer, .footer * {
background-color: #111 !important;
box-shadow: none !important;
}
}