diff options
Diffstat (limited to 'media')
-rw-r--r-- | media/css/base.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media/css/base.css b/media/css/base.css index cb946e8..d95e4d4 100644 --- a/media/css/base.css +++ b/media/css/base.css @@ -55,7 +55,7 @@ a:hover { font-weight: bold; } -h2, h3 { +h1, h2, h3 { color: #473d39; font-size: 2.3em; line-height: 1.5em; @@ -63,7 +63,7 @@ h2, h3 { font-weight: normal; } -h3 a, h2 a { font-weight: normal !important; } +h3 a, h2 a, h1 a { font-weight: normal !important; } blockquote { margin: 17px 20px; } p { |