Makefile
changeset 1897 200fac373cf9
parent 1893 da0024f4f068
child 1898 2a18c31747dc
--- a/Makefile	Sat Feb 20 23:44:10 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 \