fix: adjust word-breaking styles for links and list items
This commit is contained in:
@@ -104,6 +104,7 @@ article h4 { font-size: 1.0em; }
|
|||||||
article a {
|
article a {
|
||||||
color: #60a5fa;
|
color: #60a5fa;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
article a:hover {
|
article a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
@@ -164,5 +165,4 @@ article ol {
|
|||||||
}
|
}
|
||||||
article li {
|
article li {
|
||||||
margin-bottom: 0.5rem;
|
margin-bottom: 0.5rem;
|
||||||
word-break: break-all;
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user