forked from midou/invidious
Fix pure-button hover color on a-tags
This commit is contained in:
parent
b566c4ba1a
commit
b3e9b92344
@ -499,6 +499,10 @@ video.video-js {
|
|||||||
color: #167ac6 !important;
|
color: #167ac6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.light-theme a.pure-button-primary:hover {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
.light-theme a {
|
.light-theme a {
|
||||||
color: #61809b;
|
color: #61809b;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -521,6 +525,10 @@ video.video-js {
|
|||||||
color: #167ac6 !important;
|
color: #167ac6 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-theme a.pure-button-primary:hover {
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|
||||||
.no-theme a {
|
.no-theme a {
|
||||||
color: #61809b;
|
color: #61809b;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user