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