aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/style.css b/templates/style.css
index 3e8fc6a..de08888 100644
--- a/templates/style.css
+++ b/templates/style.css
@@ -38,6 +38,11 @@ p {
color: inherit;
}
+.header a:hover::after {
+ content: url("http://hugo.hornquist.se/link-tiny.png");
+ padding-left: 0.5em;
+}
+
table {
border-collapse: collapse;
margin-top: 1em;