Gestion et affichage des liens morts
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
a {
|
||||
color: var(--color-link);
|
||||
text-decoration: underline;
|
||||
display: inline-block;
|
||||
max-width: 100%;
|
||||
overflow-wrap: anywhere;
|
||||
word-break: break-word;
|
||||
white-space: normal;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: var(--color-link-hover);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user