-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.css
executable file
·55 lines (44 loc) · 1.16 KB
/
custom.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
/*@import url('https://fonts.googleapis.com/css?family=Montserrat');*/
@import url('https://fonts.googleapis.com/css?family=Montserrat');
.reveal section img
{
border:0px none white;
box-shadow:0 0 0px rgba(0, 0, 0, 1) !important;
}
.reveal h1 {
font-family: Montserrat;
font-weight: bolder;
}
.reveal h2 {
font-family: Montserrat;
font-weight: normal;
}
.reveal h3 {
font-family: Montserrat;
font-weight: lighter;
text-transform: none;
}
.reveal .withbackground h1, .reveal .withbackground h2, .reveal .withbackground h3 {
text-shadow: 7px 7px 20px black, -7px -7px 20px black, 7px -7px 20px black, -7px 7px 20px black;
color: white;
}
.reveal .noborder {
border: none;
border-collapse: collapse;
}
.reveal li {
font-size: 1em;
}
pre.sourceCode {
width: 1000px; /* Change the width of the chunk */
font-size: 0.4em; /* Change the font-size */
}
.customOutput {
width: 1000px; /* Change the width of the chunk */
font-size: 0.3em; /* Change the font-size */
}
pre {
/*background-color: salmon;*/
font-family: "Times New Roman", Times, serif;
}
/*pre.bad-code { background-color: salmon;}*/