style: thinner underline for post-item

This commit is contained in:
Ayo 2023-05-28 23:56:53 +02:00
parent 7dd037634b
commit 6a374009bd

View file

@ -430,12 +430,15 @@ table.image caption {
font-weight: 900; font-weight: 900;
font-size: 40px; font-size: 40px;
line-height: 1.04; line-height: 1.04;
text-decoration: underline; text-decoration: underline !important;
color: #bb4a03 !important; color: #bb4a03 !important;
text-decoration-thickness: 2px !important;
a { a {
color: #222 !important; color: #222 !important;
text-decoration: none; text-decoration: none;
text-decoration-color: #bb4a03 !important;
text-decoration-thickness: 2px;
} }
a:hover { a:hover {