Improve colors

This commit is contained in:
Gaël Métais
2014-12-20 17:42:49 +01:00
parent 239672116b
commit 3320e993e7
3 changed files with 19 additions and 13 deletions
+9 -6
View File
@@ -99,27 +99,27 @@ h4 {
}
.notations .A {
/* green */
background: #00DB61;
background: #0C4;
}
.notations .B {
/* green */
background: #CAD600;
background: #CD0;
}
.notations .C {
/* yellow */
background: #FFD119;
background: #FD2;
}
.notations .D {
/* orange */
background: #FFA319;
background: #FA2;
}
.notations .E {
/* red */
background: #FF6600;
background: #F60;
}
.notations .F {
/* red */
background: #FF1919;
background: #F22;
}
.notations .NA {
/* Non applicable */
@@ -132,6 +132,9 @@ h4 {
.notations .criteria .table {
width: 75%;
}
.notations .criteria .grade {
width: 10%;
}
.notations .criteria .label {
width: 70%;
}
+9 -6
View File
@@ -105,27 +105,27 @@ h4 {
}
.notations .A {
/* green */
background: #00DB61;
background: #0C4;
}
.notations .B {
/* green */
background: #CAD600;
background: #CD0;
}
.notations .C {
/* yellow */
background: #FFD119;
background: #FD2;
}
.notations .D {
/* orange */
background: #FFA319;
background: #FA2;
}
.notations .E {
/* red */
background: #FF6600;
background: #F60;
}
.notations .F {
/* red */
background: #FF1919;
background: #F22;
}
.notations .NA {
/* Non applicable */
@@ -139,6 +139,9 @@ h4 {
.notations .criteria .table {
width: 75%;
}
.notations .criteria .grade {
width: 10%;
}
.notations .criteria .label {
width: 70%;
}
+1 -1
View File
@@ -30,7 +30,7 @@ h1 span {
.footer {
padding: 3em;
color: #4e1836;
color: #000;
a {
color: inherit;
}