-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (57 loc) · 1.6 KB
/
style.css
File metadata and controls
67 lines (57 loc) · 1.6 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
:root {
--text-color-base: var(--sidebar-nav-link-color);
--blockquote-em-font-style: italic;
--text-color-base-complement: color(from var(--text-color-base) display-p3 calc(r - 0.6) calc(g - 0.6) calc(b - 0.6));
--docsifyselect-menu-background: var(--base-background-color);
--docsifyselect-menu-border-color: var(--text-color-base);
--docsifyselect-menu-line-height: 22px;
--sidebar-nav-link-margin: 0;
--sidebar-nav-pagelink-background: unset;
--sidebar-nav-pagelink-background--active: unset;
--sidebar-nav-pagelink-background--loaded: unset;
}
.docsify-dark-mode .docsify-select-menu {
--docsifyselect-menu-background: var(--dark-base-background);
}
.docsify-dark-mode .markdown-section h1,
.docsify-dark-mode .markdown-section h2,
.docsify-dark-mode .markdown-section h3,
.docsify-dark-mode .markdown-section h4,
.docsify-dark-mode .markdown-section h5,
.docsify-dark-mode .markdown-section h6 {
color: var(--dark-heading-color)
}
.markdown-section h1 a,
.markdown-section h2 a,
.markdown-section h3 a,
.markdown-section h4 a,
.markdown-section h5 a,
.markdown-section h6 a {
text-decoration: none;
}
.search .clear-button.show {
margin: auto;
}
.page_toc {
border-left-color: rgba(211, 211, 211, 0.2);
max-height: 500px;
overflow: auto;
}
.version-selector select {
border-radius: 5px;
}
.markdown-section h1:first-of-type {
text-align: center;
}
p:has(img) {
display: flex;
justify-content: center;
}
img {
object-fit: scale-down;
}
.markdown-section pre[data-lang]::after {
right: unset;
left: .75em;
text-align: left;
}