aboutsummaryrefslogtreecommitdiff
path: root/templates/style.css
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2019-01-26 12:30:00 +0100
committerHugo Hörnquist <hugo@lysator.liu.se>2019-01-26 12:30:00 +0100
commit7974ab1a7045c68af6e4880363098bfddc4ad644 (patch)
treec5301a6e042fe054ad89819d1c36b16f84e8ce6a /templates/style.css
parentSat, 26 Jan 2019 10:56:18 +0100 (diff)
downloadwiki-public-7974ab1a7045c68af6e4880363098bfddc4ad644.tar.gz
wiki-public-7974ab1a7045c68af6e4880363098bfddc4ad644.tar.xz
Sat, 26 Jan 2019 12:30:00 +0100
Diffstat (limited to 'templates/style.css')
-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;