This repository was archived by the owner on Jul 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcustom.css
More file actions
94 lines (77 loc) · 1.73 KB
/
custom.css
File metadata and controls
94 lines (77 loc) · 1.73 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
table {
overflow: scroll;
display: inline-table !important;
}
a {
display: inline-block;
text-decoration: none;
transition: all .3s;
font-weight: normal !important;
}
a:hover {
text-decoration: underline;
}
figcaption {
color: #aaa;
}
.subtitle {
color: #aaa;
font-weight: 600;
}
h1,
.subtitle {
display: inline;
}
.app-name-link {
font-weight: 700;
margin: 16px;
font-family: "Poppins", "Source Sans Pro", Helvetica, Arial, sans-serif;
}
.plugin-hero {
font-weight: 700;
margin: 16px;
font-style: italic;
font-family: "Poppins", Helvetica, Arial, sans-serif;
text-align: center;
font-size: 64px;
}
.MathJax_Display{overflow-x:auto;overflow-y:hidden;}
.MathJax{outline:0;}
body {
font-family: "Inter", "Roboto", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', "微软雅黑", "Microsoft YaHei UI", sans-serif !important;
}
.markdown-section blockquote p {
font-weight: normal !important;
}
.tip-section {
background-color: rgba(66,185,131,.1);
padding: 1rem;
border-radius: 2px;
line-height: 1.6rem;
margin-top: 16px;
margin-bottom: 16px;
}
.warn-section {
background-color: rgba(244, 67, 54, .1);
padding: 1rem;
border-radius: 2px;
line-height: 1.6rem;
margin-top: 16px;
margin-bottom: 16px;
}
.warn-section code {
background-color:rgba(255, 255, 255, .2);
}
h1 a span, h2 a span, h3 a span, .pagination-item-title {
font-weight: bolder !important;
}
h1 a span code, h2 a span code, h3 a span code {
font-size: inherit !important;
}
code, kbd {
font-family: "Roboto Mono", "Cascadia Code", "SF Mono", "Consolas", "微软雅黑" !important;
}
kbd {
margin-left: 4px;
margin-right: 4px;
}