mirror of
https://github.com/Ladebeze66/coffreobsidian.git
synced 2025-12-16 10:17:45 +01:00
10 lines
275 B
CSS
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;
|
|
} |