From 1fe6a5dba0ded656fba0f5135c17ddda8fd6e5e6 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Sun, 16 Jun 2013 23:09:06 +0200 Subject: jsaccess: css --- jsaccess/jsa/jsa.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'jsaccess') diff --git a/jsaccess/jsa/jsa.css b/jsaccess/jsa/jsa.css index 482c905..5671c88 100644 --- a/jsaccess/jsa/jsa.css +++ b/jsaccess/jsa/jsa.css @@ -4,6 +4,9 @@ body { color:#dfdfdf; } +a {text-decoration: none; color:#dfdfdf;} +a:hover {text-decoration: underline overline; color: red;} + #forms { float: left; } @@ -21,10 +24,12 @@ body { margin-right: auto; text-align: center; bottom: 0; + color: #9f9f9f; } -a {text-decoration: none; color:#dfdfdf;} -a:hover {text-decoration: underline overline; color: red;} +#footer a { + color: #9f9f9f; +}; @media (max-width: 480px) { #status { -- cgit v1.2.3-59-g8ed1b