-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPITCHME.css
79 lines (64 loc) · 1.13 KB
/
PITCHME.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
72
73
74
75
76
77
78
79
body {
background: #ccdee7;
}
.reveal,
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6,
.reveal a {
color: #374d76;
}
#gp-logo {
left: auto !important;
right: 20px;
}
#gp-logo + div > span {
color: #374d76 !important;
}
.reveal a {
text-decoration: underline;
}
.reveal a:hover {
color: #000;
}
.reveal .slides {
text-align: left;
}
.reveal .slides section > * {
margin-left: 0;
margin-right: 0;
}
.reveal blockquote {
box-shadow: none;
font-size: .9em !important;
padding: 0;
width: 80%;
}
.reveal ul ul {
list-style: disc;
}
.reveal .controls .navigate-left,
.reveal .controls .navigate-left.enabled {
border-right-color: #374d76;
}
.reveal .controls .navigate-right,
.reveal .controls .navigate-right.enabled {
border-left-color: #374d76;
}
.reveal .controls .navigate-up,
.reveal .controls .navigate-up.enabled {
border-bottom-color: #374d76;
}
.reveal .controls .navigate-down,
.reveal .controls .navigate-down.enabled {
border-top-color: #374d76;
}
.reveal span.note-1 {
font-size: .6em;
}
.reveal span.note-2 {
font-size: .4em;
}