Add "word-wrap: break-word" for links

This commit is contained in:
Ftonans 2024-10-04 18:50:18 +03:00
parent 57ba13ce8a
commit 01d5fdb2b8

View file

@ -41,6 +41,7 @@
a {
color: var(--link-color);
word-wrap: break-word;
}
html {