-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
68 lines (53 loc) · 772 Bytes
/
main.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
body {
color: white;
font-family: sans-serif;
}
.remark-slide-content {
background-color: #2774AE;
}
.remark-slide-number {
color: #DAEBFE;
opacity: 1;
}
.remark-code-line-highlighted {
background-color: #00FF87;
}
.remark-notes {
font-size: 1.25rem;
}
h1, h2, .ucla-gold {
color: #FFD100;
}
h3, h4, h5, h6 {
color: white;
font-weight: normal;
}
.ucla-blue {
color: #2774AE;
}
.yellow {
color: #FFFF00;
}
.cyan {
color: #00FFFF;
}
.gray {
color: gray;
}
a {
font-family: monospace;
}
a:link, a:visited, a:hover, a:active {
color: white;
text-decoration: none;
}
footnote {
font-size: 1rem;
}
table {
line-height: 1.5;
}
td, th {
padding: 0.6rem 0.8rem;
text-align: left;
}