Improve color for trailer

This commit is contained in:
syeopite 2021-06-24 10:04:35 -07:00
parent 842c23a119
commit 0f5b7d86b4
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82

View File

@ -146,11 +146,7 @@ only show up when the screen is wide enough */
color: rgb(232, 230, 227); color: rgb(232, 230, 227);
} }
.no-theme .trailer-title { .no-theme .trailer-timestamp {
color:rgb(209, 209, 209)
}
.no-theme .trailer-metadata .read-more, .no-theme .trailer-timestamp {
color: gray; color: gray;
} }
} }
@ -159,31 +155,27 @@ only show up when the screen is wide enough */
color: rgb(232, 230, 227); color: rgb(232, 230, 227);
} }
.dark-theme .trailer-title { .no-theme .trailer-timestamp {
color:rgb(209, 209, 209)
}
.dark-theme .trailer-metadata .read-more, .no-theme .trailer-timestamp {
color: gray; color: gray;
} }
@media (prefers-color-scheme: light) { @media (prefers-color-scheme: light) {
.no-theme .trailer-metadata, .no-theme .trailer-title { .no-theme .trailer-metadata {
color: black; color: black;
} }
.no-theme .trailer-metadata .read-more, .no-theme .trailer-timestamp { .no-theme .trailer-timestamp {
color: rgb(127, 127, 127); color: rgb(127, 127, 127);
} }
} }
.light-theme .trailer-metadata, .light-theme .trailer-title { .light-theme .trailer-metadata {
color: black; color: black;
} }
.light-theme .trailer-metadata .read-more, .no-theme .trailer-timestamp { .light-theme .trailer-timestamp {
color: rgb(127, 127, 127); color: rgb(127, 127, 127);
} }