-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
71 lines (54 loc) · 899 Bytes
/
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
62
63
64
65
66
67
68
69
70
71
@font-face {
font-family: CM;
src: url("fonts/cmunrm.ttf");
font-display: swap;
}
@font-face {
font-family: CM-Mono;
src: url("fonts/cmunit.ttf");
font-display: swap;
}
body {
font-family: CM;
color: #3f00ff;
}
r {color: red;}
g {color: limegreen;}
o {color: coral;}
.remark-slide-content {
background-color: #ffff66;
padding: 36px 48px;
}
h1, h2, h3 {
font-family: CM;
font-weight: normal;
}
h1 {
font-size: 64px !important;
line-height: 1;
margin: 0;
}
ul {
font-size: 24px !important;
}
p, li {
font-size: 36px;
margin: 0;
}
img {
width: 100%;
}
.remark-code, .remark-inline-code {
font-family: CM-Mono;
background-color: #3f00ff;
color: #ffff66;
font-size: 24px;
padding: 0 12px 0 8px;
display: table;
}
.remark-slide-number {
display: none;
}
.right {
width: 50%;
}