Public Access
1
0

fix: adjust word-breaking styles for links and list items

This commit is contained in:
2025-08-14 14:29:11 -04:00
parent 96cfabf4c3
commit 8d65608ebf

View File

@@ -104,6 +104,7 @@ article h4 { font-size: 1.0em; }
article a {
color: #60a5fa;
text-decoration: none;
word-break: break-all;
}
article a:hover {
text-decoration: underline;
@@ -164,5 +165,4 @@ article ol {
}
article li {
margin-bottom: 0.5rem;
word-break: break-all;
}