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; flex-grow: 1;
} }
.charte-modal {
color: #07892f;
transition: color 0.3s ease;
}
.charte-modal:hover {
color: #46b10d;
}
.footer { .footer {
padding: 1rem; padding: 1rem;
position: fixed; position: fixed;
@@ -34,13 +25,13 @@
font-size: 0.8rem; font-size: 0.8rem;
} }
.orientation-modal { .orientation-modal, .charte-modal {
color: #da131a; color: #da131a;
transition: color 0.3s ease; transition: color 0.3s ease;
} }
.orientation-modal:hover { .orientation-modal:hover, .charte-modal:hover {
color: #880005; color: rgb(255, 20, 28);
} }
strong { strong {
+4 -4
View File
@@ -420,12 +420,12 @@
</p> </p>
</section> </section>
<footer class="flex modal-card-foot is-justify-content-space-between has-background-dark has-text-light"> <footer class="flex modal-card-foot is-justify-content-space-between has-background-dark has-text-light">
<button class="button">Fermer</button> <button class="button is-danger is-light">Fermer</button>
<div> <div>
<span class="icon"> <span class="icon">
<ion-icon name="document"></ion-icon> <ion-icon name="document"></ion-icon>
</span> </span>
<a class="has-text-success" href="./assets/charte-du-gong-1963.pdf" download>Voir l'original</a> <a class="has-text-danger-light" href="./assets/charte-du-gong-1963.pdf" download>Voir l'original</a>
</div> </div>
</footer> </footer>
</div> </div>
@@ -809,12 +809,12 @@
</p> </p>
</section> </section>
<footer class="flex modal-card-foot is-justify-content-space-between has-background-dark has-text-light"> <footer class="flex modal-card-foot is-justify-content-space-between has-background-dark has-text-light">
<button class="button">Fermer</button> <button class="button is-danger is-light">Fermer</button>
<div> <div>
<span class="icon"> <span class="icon">
<ion-icon name="document"></ion-icon> <ion-icon name="document"></ion-icon>
</span> </span>
<a class="has-text-success" href="./assets/orientation-et-strategie-de-la-lutte-revolutionnaire-du-peuple-guadeloupeen-1963.pdf" download>Voir l'original</a> <a class="has-text-danger-light" href="./assets/orientation-et-strategie-de-la-lutte-revolutionnaire-du-peuple-guadeloupeen-1963.pdf" download>Voir l'original</a>
</div> </div>
</footer> </footer>
</div> </div>