Highlight links on hover.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sat, 20 Feb 2016 23:47:53 +0200
changeset 66 edb06d57511f
parent 65 6e28048f3e74
child 67 78cb29831702
Highlight links on hover.
Makefile
--- a/Makefile	Sat Feb 20 15:20:24 2016 +0200
+++ b/Makefile	Sat Feb 20 23:47:53 2016 +0200
@@ -102,6 +102,7 @@
 	{ \
 echo '<html><head><style>'; \
 echo 'a { text-decoration: none; color: hsl(240, 100%, 50%); }'; \
+echo 'a:hover { opacity: .5; }'; \
 echo '</style></head><body>'; \
 echo '<ul style="padding-left: 1em;">'; \
 for f in $(sort $(RST_FILES)); do \