aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/global.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/www/global.css b/www/global.css
index 1029dc30..4428f174 100644
--- a/www/global.css
+++ b/www/global.css
@@ -13,7 +13,8 @@ body {
body {
line-height: 1.6;
font-family: Cantarell, sans-serif;
- font-size: 1.1em; color: #222;
+ font-size: 1.1em;
+ color: #222;
}
#logo {
@@ -34,14 +35,10 @@ a:hover {
display: block;
}
-h1, h2, h3 {
+h1, h2, h3, .h:hover {
display: inline;
}
.h a {
display: none;
}
-
-.h:hover a {
- display: inline;
-}