-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy paththeme.css
53 lines (44 loc) · 953 Bytes
/
theme.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
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body {
font-family: 'Droid Serif';
}
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
color: #00838F;
}
p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.inverse {
background: #006064;
color: #ECEFF1;
text-shadow: 0 0 20px #333;
}
.inverse h1, .inverse h2 {
color: #ECEFF1;
line-height: 0.8em;
}
.inverse a {
color: #ECEFF1;
text-decoration: none;
font-family: monospace;
}
blockquote {
border-left: 3px solid #EF6C00;
padding-left: 0.75em;
margin-left: 0.25em;
}
img {
max-width: 100%;
}
.small {
font-size: 0.75em;
}
.remark-code, .remark-inline-code {
font-family: 'Ubuntu Mono';
font-size: 1.2em;
}