forked from fixin.me/fixin.me
Style link hover
This commit is contained in:
parent
35037648bd
commit
826db33bdd
@ -287,8 +287,14 @@ table.items a:hover:focus-visible {
|
|||||||
text-decoration-thickness: 0.05rem;
|
text-decoration-thickness: 0.05rem;
|
||||||
text-underline-offset: 0.2rem;
|
text-underline-offset: 0.2rem;
|
||||||
}
|
}
|
||||||
|
table.items a:hover {
|
||||||
|
color: #009ade;
|
||||||
|
}
|
||||||
table.items a:focus-visible {
|
table.items a:focus-visible {
|
||||||
text-decoration-style: dashed;
|
text-decoration-color: #a0a0a0;
|
||||||
|
}
|
||||||
|
table.items a:hover:focus-visible {
|
||||||
|
color: #006c9b;
|
||||||
}
|
}
|
||||||
table.items td:not(:first-child) {
|
table.items td:not(:first-child) {
|
||||||
color: #909090;
|
color: #909090;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user