Change colors to red

This commit is contained in:
2024-03-18 18:54:08 +01:00
parent ada67fb877
commit cb8a0a3c09
2 changed files with 7 additions and 16 deletions
+3 -12
View File
@@ -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 {