css post class and links
All checks were successful
Build / build (push) Successful in 8s

This commit is contained in:
2026-01-31 20:27:19 -05:00
parent 7f3b1f08e3
commit 06c4c9f5f7
4 changed files with 12 additions and 8 deletions

View File

@@ -113,11 +113,12 @@ a {
display: inline-block;
}
.content p {
text-align: left;
.post a {
text-decoration: underline;
color:blue;
}
.content li {
.post * {
text-align: left;
}