Change colors to red
This commit is contained in:
+3
-12
@@ -9,15 +9,6 @@
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.charte-modal {
|
||||
color: #07892f;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.charte-modal:hover {
|
||||
color: #46b10d;
|
||||
}
|
||||
|
||||
.footer {
|
||||
padding: 1rem;
|
||||
position: fixed;
|
||||
@@ -34,13 +25,13 @@
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
|
||||
.orientation-modal {
|
||||
.orientation-modal, .charte-modal {
|
||||
color: #da131a;
|
||||
transition: color 0.3s ease;
|
||||
}
|
||||
|
||||
.orientation-modal:hover {
|
||||
color: #880005;
|
||||
.orientation-modal:hover, .charte-modal:hover {
|
||||
color: rgb(255, 20, 28);
|
||||
}
|
||||
|
||||
strong {
|
||||
|
||||
Reference in New Issue
Block a user