mirror of https://gitlab.com/bashrc2/epicyon
Change brightness of happening button on hover
parent
5016a3b2df
commit
717a62d397
|
@ -113,6 +113,10 @@ a:visited:hover {
|
||||||
color: var(--main-link-color-hover);
|
color: var(--main-link-color-hover);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buttonevent:hover {
|
||||||
|
filter: brightness(150%);
|
||||||
|
}
|
||||||
|
|
||||||
a:focus {
|
a:focus {
|
||||||
border: 2px solid var(--focus-color);
|
border: 2px solid var(--focus-color);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue