summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMandragorat Wandystanu <wktir@wandystan.eu>2018-06-07 19:48:45 +0200
committerMandragorat Wandystanu <wktir@wandystan.eu>2018-06-07 19:48:45 +0200
commit131fb14f977ca980c9b82d342b76e547913261cc (patch)
tree21283981ffd2417069050d3fa27b7d27109b522b
parent091ce97096d54232ab28408202f877312e0155dd (diff)
pomf.css: Underline only hovered links.
-rw-r--r--static/css/pomf.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/pomf.css b/static/css/pomf.css
index 1bd682d..1ba083f 100644
--- a/static/css/pomf.css
+++ b/static/css/pomf.css
@@ -99,7 +99,7 @@ a:visited {
}
-a:hover {
+a:link:hover {
text-decoration: underline;
}