-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmain.css
52 lines (43 loc) · 828 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
html, body, button, input, select, textarea, .pure-g [class *= "pure-u"] {
background: #ffffff;
font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto Slab', serif;
font-weight: normal;
}
a {
color: #D81F2D;
}
.large-heading {
font-family: 'Lobster', cursive;
font-size: 40px;
font-weight: normal;
}
.content {
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 40em;
}
.mail-header {
padding: 2em 1em;
text-align: center;
}
.mail-header .brand {
font-family: 'Roboto Slab', serif;
color: inherit;
}
.mail-header .logo {
width: 64px;
height: 64px;
}
.mail-footer {
background: #f8f8f8;
padding: 2em 1em;
text-align: center;
}
.mail-footer a {
color: inherit;
}