Change the color scheme to be more IHM rules compliant. master
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 25 Jan 2018 20:00:15 +0000 (21:00 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 25 Jan 2018 20:00:15 +0000 (21:00 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
styles/airpolytech.css

index 58aaff788e51a55f33e92aa22d32f36e8243272f..44876d3776f9ac405517a00d44d6d6b7742cbf74 100644 (file)
@@ -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 {