1
Files
2025/themes/42/assets/css/links.css

14 lines
245 B
CSS

a {
color: var(--color-link);
text-decoration: underline;
max-width: 100%;
overflow-wrap: anywhere;
word-break: break-word;
white-space: normal;
&:hover,
&:focus {
color: var(--color-link-hover);
}
}