Finally fix this weird alignment and underline
This commit is contained in:
parent
ed3d86c67a
commit
4af3287f0d
1 changed files with 3 additions and 0 deletions
|
@ -783,6 +783,9 @@ a.card:is(:hover, :focus) {
|
||||||
.status .extra-meta a {
|
.status .extra-meta a {
|
||||||
color: inherit;
|
color: inherit;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
vertical-align: baseline;
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
|
text-underline-offset: 3px;
|
||||||
}
|
}
|
||||||
.status .extra-meta a:is(:hover, :focus) {
|
.status .extra-meta a:is(:hover, :focus) {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
|
Loading…
Add table
Reference in a new issue