1

Amélioration de l'affichage

This commit is contained in:
2025-12-12 23:41:20 +01:00
parent 785a38427b
commit 6e0f8c6010
6 changed files with 55 additions and 54 deletions

View File

@@ -1,7 +1,6 @@
a {
color: var(--color-link);
text-decoration: underline;
display: inline-block;
max-width: 100%;
overflow-wrap: anywhere;
word-break: break-word;
@@ -11,4 +10,4 @@ a {
&:focus {
color: var(--color-link-hover);
}
}
}