Public Access
1
0

fix: css word wrap

This commit is contained in:
2025-08-18 19:39:45 -04:00
parent b489a2e88c
commit 963250dc15

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,4 +164,4 @@ article ol {
}
article li {
margin-bottom: 0.5rem;
}
}