Public Access
1
0

fix: word wrap for chrome

This commit is contained in:
2025-08-14 00:29:27 -04:00
parent 1cb040dd1d
commit 436d8f64b5

View File

@@ -103,7 +103,7 @@ article h4 { font-size: 1.0em; }
article a { article a {
color: #60a5fa; color: #60a5fa;
text-decoration: none; text-decoration: none;
overflow-wrap: break-word; word-break: break-all;
} }
article a:hover { article a:hover {
text-decoration: underline; text-decoration: underline;