From fea4b27924f445bbb96aeb8759139930c0b11409 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Wed, 19 Jun 2013 12:11:53 +0200 Subject: jsaccess: colorization --- jsaccess/jsa/jsa.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jsaccess/jsa/jsa.css b/jsaccess/jsa/jsa.css index 2df63e9..713a32d 100644 --- a/jsaccess/jsa/jsa.css +++ b/jsaccess/jsa/jsa.css @@ -8,6 +8,7 @@ h1 { margin-top: 40px; margin-bottom: 60px; text-align: center; + color: rgb(208, 71, 17); } a {text-decoration: none; color:#9f9f9f;} @@ -36,6 +37,10 @@ input { width: 50%; } +#files { + color: rgb(208, 71, 17); +} + #status { display: inline; width: 50%; -- cgit v1.2.3-59-g8ed1b