Fix pure-button hover color on a-tags

This commit is contained in:
saltycrys 2020-12-14 14:15:03 +01:00
parent b566c4ba1a
commit b3e9b92344
1 changed files with 8 additions and 0 deletions

View File

@ -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;