mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-14 04:08:32 +03:00
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 {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
vertical-align: baseline;
|
||||
text-decoration-thickness: 1px;
|
||||
text-underline-offset: 3px;
|
||||
}
|
||||
.status .extra-meta a:is(:hover, :focus) {
|
||||
text-decoration: underline;
|
||||
|
|
Loading…
Add table
Reference in a new issue