Skip to content

Commit

Permalink
because I like the headers to stand out more, and for a bit more color
Browse files Browse the repository at this point in the history
  • Loading branch information
phaedryx committed Jun 27, 2011
1 parent 203e48a commit adafb62
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions css/default.css
Expand Up @@ -27,6 +27,10 @@ body {
background-color: #002b36;
color: #93a1a1;
}
h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
color: #b58900;
}
a, .header a:visited {
color: #268bd2;
text-decoration: none;
Expand Down Expand Up @@ -75,7 +79,7 @@ ul, ol {

body {
text-rendering: optimizeLegibility;
font-family: Palatino, "Palatino Linotype", serif;
font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, FreeSerif, serif;;
text-shadow: 0 0 0 transparent;
font-size: 16px;
line-height: 22px;
Expand All @@ -87,9 +91,12 @@ pre {
font-size: 14px;
}

h1, h2, h3 {
h1, h2, h3, h4, h5,
h1 a, h2 a, h3 a, h4 a, h5 a {
margin: 0;
padding: 0;
font-family: sans-serif;
font-weight: lighter;
}

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

0 comments on commit adafb62

Please sign in to comment.