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