-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththeme.css
79 lines (63 loc) · 1.22 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
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
html[data-theme="light"] {
--pst-color-primary: rgb(121, 40, 161);
--pst-color-secondary: #b26679;
--pst-color-inline-code-links: #b26679;
}
pre > span {
line-height: 20px;
}
span.kn {
color: rgb(0, 120, 161) !important;
}
span.ml, span.mi, span.nb {
color: lightcoral !important;
}
span.k, span.nn {
color: rgb(168, 70, 185) !important;
}
h1 > code > span {
font-weight: 700 !important;
}
pre {
border: 0;
font-size: 13px;
background-color: rgb(245, 245, 245) !important;
}
h1 {
margin-bottom: 50px;
}
h3, h2, h1 {
font-weight: 300 !important;
}
nav > li > a > code.literal {
padding-top: 0;
padding-bottom: 0;
background-color: white;
border: 0;
}
nav.bd-links p.caption {
text-transform: uppercase;
}
code.literal {
background-color: white;
border: 0;
border-radius: 0;
}
a > code {
font-weight: 575;
}
a:hover {
text-decoration-thickness: 1px !important;
}
ul.bd-breadcrumbs li.breadcrumb-item a:hover {
text-decoration-thickness: 1px;
}
nav.bd-links li > a:hover {
text-decoration-thickness: 1px;
}
.prev-next-area a p.prev-next-title {
text-decoration: none !important;
}
button.theme-switch-button {
display: none !important;
}