]> git.r.bdr.sh - rbdr/r.bdr.sh/blame_incremental - jekyll/css/application.css
Add progressive webapp optimizations
[rbdr/r.bdr.sh] / jekyll / css / application.css
... / ...
CommitLineData
1body {
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
9h1 a {
10 color: black;
11}
12
13h1 a:visited {
14 color: black;
15}
16
17em {color:#99a3a4}
18
19.main-container {
20 margin: 20px 0;
21}
22
23h1,
24h2,
25h3 {
26 margin-left: 10px;
27 font-weight: 300;
28}
29
30h1 {
31 font-size: 3.33em;
32}
33
34h2 {
35 font-size: 1.61em;
36}
37
38a {
39 color: blue;
40}
41
42a:visited {
43 color: purple;
44}
45
46ul, p {
47 margin-left: 10px;
48}
49
50ul {
51 list-style: square;
52}
53
54li {
55 line-height: 1.82em;
56}
57
58img,
59video {
60 max-width: 100vw;
61}