Improve colors
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
@@ -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%;
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ h1 span {
|
||||
|
||||
.footer {
|
||||
padding: 3em;
|
||||
color: #4e1836;
|
||||
color: #000;
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user