forked from markdowncss/air
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
56 lines (47 loc) · 757 Bytes
/
index.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
@import "furtive-print";
@import "furtive-typescale";
@import "furtive-responsive-utils";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,300);
body {
color: #444;
font-family: 'Open Sans', Helvetica, sans-serif;
font-weight: 300;
margin: 6rem auto 1rem;
max-width: 48rem;
text-align: center;
}
img {
border-radius: 50%;
height: 200px;
margin: 0 auto;
width: 200px;
}
a,
a:visited {
color: #3498db;
}
a:hover,
a:focus,
a:active {
color: #2980b9;
}
pre {
background-color: #fafafa;
padding: 1rem;
text-align: left;
}
blockquote {
margin: 0;
border-left: 5px solid #7a7a7a;
font-style: italic;
padding: 1.33em;
text-align: left;
}
ul,
ol,
li {
text-align: left;
}
p {
color: #777;
}