diff options
Diffstat (limited to 'static/css/style.css')
-rw-r--r-- | static/css/style.css | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/static/css/style.css b/static/css/style.css index 698a182..9a029e0 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -5,14 +5,6 @@ body { font-family: Arial, sans-serif; } -a { - color: #1f15aa; -} - -a:visited { - color: #752d77; -} - h1 a:link, h1 a:visited, h1 a:hover, @@ -26,6 +18,10 @@ h3 a:hover { text-decoration: none; } +h2.entry-title { + margin-bottom: 0; +} + footer.post-info, footer.copyright, #content .translations { |