mirror of
https://github.com/iv-org/invidious.git
synced 2025-03-13 09:26:44 -04:00
Fix pure-button hover color on a-tags
This commit is contained in:
parent
f99a7b2a8c
commit
638be3e9fd
@ -1,9 +1,9 @@
|
||||
a:hover,
|
||||
a:active {
|
||||
color: rgb(0, 182, 240);
|
||||
a:not(.pure-button):hover,
|
||||
a:not(.pure-button):active {
|
||||
color: rgb(0, 182, 240) !important;
|
||||
}
|
||||
|
||||
a {
|
||||
a:not(.pure-button) {
|
||||
color: #a0a0a0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -1,9 +1,9 @@
|
||||
a:hover,
|
||||
a:active {
|
||||
a:not(.pure-button):hover,
|
||||
a:not(.pure-button):active {
|
||||
color: #167ac6 !important;
|
||||
}
|
||||
|
||||
a {
|
||||
a:not(.pure-button) {
|
||||
color: #61809b;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user