]> git.r.bdr.sh - rbdr/r.bdr.sh/blob - jekyll/css/application.css
Remove orphaned assets
[rbdr/r.bdr.sh] / jekyll / css / application.css
1 body {
2 background-color: white;
3 font-family: times, 'Times New Roman', serif;
4 font-smooth: never;
5 -webkit-font-smoothing: none;
6 }
7
8 h1 a {
9 color: black;
10 }
11
12 h1 a:visited {
13 color: black;
14 }
15
16 em {color:#99a3a4}
17
18 .main-container {
19 margin: 20px 0;
20 }
21
22 h1,
23 h2,
24 h3 {
25 font-weight: 300;
26 }
27
28 h1 {
29 font-size: 3.33em;
30 }
31
32 h2 {
33 font-size: 1.61em;
34 }
35
36 a {
37 color: blue;
38 }
39
40 a:visited {
41 color: purple;
42 }
43
44 ul {
45 list-style: square;
46 }
47
48 li {
49 line-height: 1.82em;
50 }