Small css improvements
authorBernie Innocenti <bernie@codewiz.org>
Fri, 1 Dec 2017 00:40:06 +0000 (19:40 -0500)
committerBernie Innocenti <bernie@codewiz.org>
Fri, 1 Dec 2017 00:40:06 +0000 (19:40 -0500)
sys/geekigeeki.css

index 2b86d58b3a5e7eb6aa8bdaa5314d62abff613491..72f7af94e78cb14ed48ac486a6b484ee86d34f60 100644 (file)
@@ -13,6 +13,8 @@ body {
 }
 
 a { color: #1010FF; }
 }
 
 a { color: #1010FF; }
+a:link { text-decoration: none; }
+a:hover { text-decoration: underline; }
 a:visited { color: #501080; }
 a.nonexistent { color: #D04040; }
 a.navlink, a.login { font-size: smaller; font-weight: bold; text-decoration: none; }
 a:visited { color: #501080; }
 a.nonexistent { color: #D04040; }
 a.navlink, a.login { font-size: smaller; font-weight: bold; text-decoration: none; }