forked from midou/invidious
Merge pull request #1580 from saltycrys/css-improvements
Css improvements
This commit is contained in:
commit
1bb24efbbc
@ -496,11 +496,15 @@ video.video-js {
|
||||
|
||||
.light-theme a:hover,
|
||||
.light-theme a:active {
|
||||
color: #167ac6 !important;
|
||||
color: #075A9E !important;
|
||||
}
|
||||
|
||||
.light-theme a.pure-button-primary:hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.light-theme a {
|
||||
color: #61809b;
|
||||
color: #335d7a;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
@ -518,11 +522,15 @@ video.video-js {
|
||||
@media (prefers-color-scheme: light) {
|
||||
.no-theme a:hover,
|
||||
.no-theme a:active {
|
||||
color: #167ac6 !important;
|
||||
color: #075A9E !important;
|
||||
}
|
||||
|
||||
.no-theme a.pure-button-primary:hover {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.no-theme a {
|
||||
color: #61809b;
|
||||
color: #335d7a;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user