summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPerflyst <mail@perflyst.de>2020-12-15 20:32:55 +0100
committerGitHub <noreply@github.com>2020-12-15 20:32:55 +0100
commit1bb24efbbc6d97dd94a00b99b4d30b4b318b2043 (patch)
treee3c9e048327475a8fcc6117656c0226a8798dfed
parent13800589a9210d161124cf283e39e50bef8c3b8e (diff)
parentfc67dd18d08ccb7c88e2e7d7d008e653522ba71c (diff)
downloadinvidious-1bb24efbbc6d97dd94a00b99b4d30b4b318b2043.tar.gz
invidious-1bb24efbbc6d97dd94a00b99b4d30b4b318b2043.tar.bz2
invidious-1bb24efbbc6d97dd94a00b99b4d30b4b318b2043.zip
Merge pull request #1580 from saltycrys/css-improvements
Css improvements
-rw-r--r--assets/css/default.css16
1 files changed, 12 insertions, 4 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index c26b0a3e..e403e606 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -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;
}