2025-03-23 20:59:56 +01:00

10 lines
275 B
CSS

/* ========== LIENS INTERNES ========== */
a.internal-link {
color: #40E0D0; /* Turquoise vif pour les liens internes */
font-weight: bold;
text-decoration: none;
}
a.internal-link:hover {
text-decoration: underline;
color: #20b2aa;
}