-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathcfengine.css
More file actions
51 lines (41 loc) · 794 Bytes
/
cfengine.css
File metadata and controls
51 lines (41 loc) · 794 Bytes
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
@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,400i,700,700i&display=swap');
body {
background-color: white;
}
.reveal.section {
background-color: white;
color: #052569;
}
.reveal pre {
background-color: gainsboro;
width: 100%;
}
.reveal-full-page {
background-color: white;
}
.reveal a{
text-decoration: underline;
}
.reveal h1 {
color: #052569;
}
.reveal h2 {
color: #052569;
}
.reveal h3 {
color: #052569;
}
.reveal h4 {
color: #052569;
}
li:before {
color: #f5821f;
}
:root {
--r-heading-font: 'Red Hat Text', sans-serif;
--r-main-font: 'Red Hat Display', sans-serif;
--r-background-color: white;
--r-main-color: #666666;
--r-link-color: #666666;
--r-link-color-hover: #f5821fc9;
}