mirror of https://gitlab.com/bashrc2/epicyon
Link tab focus
parent
5bea837de9
commit
1769498f1c
|
@ -465,10 +465,18 @@ a:link:hover {
|
|||
color: var(--main-link-color-hover);
|
||||
}
|
||||
|
||||
a:link:focus{
|
||||
border: 2px solid var(--focus-color);
|
||||
}
|
||||
|
||||
a:visited:hover {
|
||||
color: var(--main-link-color-hover);
|
||||
}
|
||||
|
||||
a:visited:focus{
|
||||
border: 2px solid var(--focus-color);
|
||||
}
|
||||
|
||||
.buttonevent:hover {
|
||||
filter: brightness(var(--icon-brightness-change));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue