From: Bernie Innocenti Date: Fri, 1 Dec 2017 00:40:06 +0000 (-0500) Subject: Small css improvements X-Git-Url: https://codewiz.org/gitweb?p=wiki.git;a=commitdiff_plain;h=92150aa05e522a575b92010401b9ad3e7e53ce85;hp=1938acb7f3892e364663dd8bf379e5114b2a52a2 Small css improvements --- diff --git a/sys/geekigeeki.css b/sys/geekigeeki.css index 2b86d58..72f7af9 100644 --- a/sys/geekigeeki.css +++ b/sys/geekigeeki.css @@ -13,6 +13,8 @@ body { } 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; }