mirror of
https://gitea.invidious.io/iv-org/invidious
synced 2025-06-05 23:29:12 +02:00
Fix pure-button hover color on a-tags
This commit is contained in:
@@ -499,6 +499,10 @@ video.video-js {
|
||||
color: #167ac6 !important;
|
||||
}
|
||||
|
||||
.light-theme a.pure-button-primary:hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.light-theme a {
|
||||
color: #61809b;
|
||||
text-decoration: none;
|
||||
@@ -521,6 +525,10 @@ video.video-js {
|
||||
color: #167ac6 !important;
|
||||
}
|
||||
|
||||
.no-theme a.pure-button-primary:hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.no-theme a {
|
||||
color: #61809b;
|
||||
text-decoration: none;
|
||||
|
Reference in New Issue
Block a user