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

9 lines
250 B
CSS

/* ========== LIENS EXTERNES ========== */
a.external-link {
color: #FFD700; /* Jaune doré pour les liens externes */
text-decoration: none;
}
a.external-link:hover {
text-decoration: underline;
color: #f0c000;
}