Skip to content

Commit adafb62

Browse files
committed
because I like the headers to stand out more, and for a bit more color
1 parent 203e48a commit adafb62

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

css/default.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ body {
2727
background-color: #002b36;
2828
color: #93a1a1;
2929
}
30+
h1, h2, h3, h4, h5,
31+
h1 a, h2 a, h3 a, h4 a, h5 a {
32+
color: #b58900;
33+
}
3034
a, .header a:visited {
3135
color: #268bd2;
3236
text-decoration: none;
@@ -75,7 +79,7 @@ ul, ol {
7579

7680
body {
7781
text-rendering: optimizeLegibility;
78-
font-family: Palatino, "Palatino Linotype", serif;
82+
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;;
7983
text-shadow: 0 0 0 transparent;
8084
font-size: 16px;
8185
line-height: 22px;
@@ -87,9 +91,12 @@ pre {
8791
font-size: 14px;
8892
}
8993

90-
h1, h2, h3 {
94+
h1, h2, h3, h4, h5,
95+
h1 a, h2 a, h3 a, h4 a, h5 a {
9196
margin: 0;
9297
padding: 0;
98+
font-family: sans-serif;
99+
font-weight: lighter;
93100
}
94101

95102
h1 { font-size: 30px; line-height: 44px; }

0 commit comments

Comments
 (0)