aboutsummaryrefslogtreecommitdiff
path: root/www/global.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/global.css')
-rw-r--r--www/global.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/global.css b/www/global.css
index 0264e4ef..fb265cd8 100644
--- a/www/global.css
+++ b/www/global.css
@@ -37,3 +37,15 @@ a:hover {
.date {
display: block;
}
+
+h1, h2, h3 {
+ display: inline;
+}
+
+.h a {
+ display: none;
+}
+
+.h:hover a {
+ display: inline;
+}