-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.css
More file actions
65 lines (53 loc) · 1.37 KB
/
global.css
File metadata and controls
65 lines (53 loc) · 1.37 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
.bg-background-light, .bg-white {
background-color: #FFFFFF !important;
}
.dark\:bg-background-dark:is(.dark *), .dark\:bg-codeblock:is(.dark *) {
background-color: #121117 !important;
}
#content-area a, #content-area a:visited {
color: #d74939;
}
.dark #content-area a, .dark #content-area a:visited {
color: #ff8163;
}
[data-callout-type="info"],
[data-callout-type="tip"] {
border-color: rgb(215 73 57 / .2) !important;
background-color: rgb(255 129 99 / .07) !important;
}
[data-callout-type="info"] svg,
[data-callout-type="tip"] svg {
color: #d74939 !important;
}
.dark [data-callout-type="info"],
.dark [data-callout-type="tip"] {
border-color: rgb(255 129 99 / .25) !important;
background-color: rgb(255 129 99 / .1) !important;
}
.dark [data-callout-type="info"] svg,
.dark [data-callout-type="tip"] svg {
color: #ff8163 !important;
}
.dark [data-callout-type="info"],
.dark [data-callout-type="info"] *,
.dark [data-callout-type="tip"],
.dark [data-callout-type="tip"] * {
color: rgb(255 129 99 / .85) !important;
}
.dark [data-callout-type="info"] a,
.dark [data-callout-type="tip"] a {
color: #ff8163 !important;
}
.latex-style {
display: block;
margin-bottom: 1.5em;
font-size: 1.125rem;
}
footer {
margin-top: -1.375rem;
padding-top: 0 !important;
padding-bottom: 4rem !important;
}
footer > div:nth-of-type(2) {
visibility: hidden;
}