Fix Post Body Links

This commit is contained in:
spikecodes 2020-12-08 11:31:01 -08:00
parent e1962c7b66
commit 81274e35d7
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ span {
margin-top: 1.5em;
}
.post_body > a {
.post_body a {
text-decoration: underline;
color: aqua;
}