-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathstyle.css
61 lines (50 loc) · 1.02 KB
/
style.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
p.caption {
color: #777;
margin-top: 10px;
}
pre {
background: #FFECEC !important;
}
p code {
background-color: #dfdfdf !important;
}
li code {
background-color: #dfdfdf !important;
}
/* code a:any-link {
background: #dcdcdc;
text-decoration-color: #dcdcdc;
} */
/* pre code {
background: #F4F4FF !important;
} */
pre.downlit.sourceCode.r {
background: #F4F4FF !important;
}
/* div.sourceCode {
background-color: #F4F4FF !important;
} */
/* pre.r {
background-color: #F4F4FF !important;
} */
/* @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(S6uyw4BMUTPHvxo.woff) format('woff');
}
@font-face {
font-family: 'Montserrat';
font-style: normal;
font-weight: 600;
font-display: swap;
src: url(JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w9.woff) format('woff');
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400;
font-display: swap;
src: url(L0xuDF4xlVMF-BfR8bXMIhJHg45mwgGEFl0_3vqPQA.woff) format('woff');
} */