Public Access
1
0

fix: update word wrapping styles for links and list items

This commit is contained in:
2025-08-14 12:51:42 -04:00
parent 790b37b699
commit b7c75125c2
2 changed files with 7 additions and 9 deletions

View File

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