From b97c5ad52cffb6b64f887d5d6503dcba10c680e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 25 Jan 2018 21:00:15 +0100 Subject: [PATCH] Change the color scheme to be more IHM rules compliant. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- styles/airpolytech.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/styles/airpolytech.css b/styles/airpolytech.css index 58aaff7..44876d3 100644 --- a/styles/airpolytech.css +++ b/styles/airpolytech.css @@ -1,6 +1,6 @@ body { - background-color: black; - color: #eeeeee; + background-color: white; + color: black; font-family: 'Encode Sans Semi Condensed', Arial, Helvetica, Verdana, sans-serif; display: block; text-align: center; @@ -20,7 +20,7 @@ a:visited { a:hover { text-decoration: none; - color: #909090; + color: #ff0000; } form { @@ -104,11 +104,11 @@ table#search { } table#search tr:nth-child(even) { - background-color: #675b5b; + background-color: #bfbfbf; } table#search tr:nth-child(odd) { - background-color: #474343; + background-color: #dedede; } table#reservations { @@ -116,11 +116,11 @@ table#reservations { } table#reservations tr:nth-child(even) { - background-color: #675b5b; + background-color: #bfbfbf; } table#reservations tr:nth-child(odd) { - background-color: #474343; + background-color: #dedede; } #header { -- 2.34.1