style: thinner underline for post-item
This commit is contained in:
parent
7dd037634b
commit
6a374009bd
1 changed files with 4 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue