diff options
Diffstat (limited to 'www/global.css')
-rw-r--r-- | www/global.css | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/www/global.css b/www/global.css index fb265cd8..b325ef31 100644 --- a/www/global.css +++ b/www/global.css @@ -13,11 +13,8 @@ body { body { line-height: 1.6; font-family: Cantarell, sans-serif; - font-size: 1.1em; color: #222; -} - -header { - text-align: center; + font-size: 1.1em; + color: #222; } #logo { @@ -38,14 +35,10 @@ a:hover { display: block; } -h1, h2, h3 { +h1, h2, h3, .h:hover a { display: inline; } .h a { display: none; } - -.h:hover a { - display: inline; -} |