mirror of
https://github.com/Ladebeze66/coffreobsidian.git
synced 2025-12-16 13:47:47 +01:00
9 lines
250 B
CSS
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;
|
|
} |