From 0f5b7d86b4faada24d088e93618a7ea3cacc8e95 Mon Sep 17 00:00:00 2001 From: syeopite Date: Thu, 24 Jun 2021 10:04:35 -0700 Subject: [PATCH] Improve color for trailer --- assets/css/channel.css | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/assets/css/channel.css b/assets/css/channel.css index 43227c27..90ecd25c 100644 --- a/assets/css/channel.css +++ b/assets/css/channel.css @@ -146,11 +146,7 @@ only show up when the screen is wide enough */ color: rgb(232, 230, 227); } - .no-theme .trailer-title { - color:rgb(209, 209, 209) - } - - .no-theme .trailer-metadata .read-more, .no-theme .trailer-timestamp { + .no-theme .trailer-timestamp { color: gray; } } @@ -159,31 +155,27 @@ only show up when the screen is wide enough */ color: rgb(232, 230, 227); } -.dark-theme .trailer-title { - color:rgb(209, 209, 209) -} - -.dark-theme .trailer-metadata .read-more, .no-theme .trailer-timestamp { +.no-theme .trailer-timestamp { color: gray; } @media (prefers-color-scheme: light) { - .no-theme .trailer-metadata, .no-theme .trailer-title { + .no-theme .trailer-metadata { color: black; } - .no-theme .trailer-metadata .read-more, .no-theme .trailer-timestamp { + .no-theme .trailer-timestamp { color: rgb(127, 127, 127); } } -.light-theme .trailer-metadata, .light-theme .trailer-title { +.light-theme .trailer-metadata { color: black; } -.light-theme .trailer-metadata .read-more, .no-theme .trailer-timestamp { +.light-theme .trailer-timestamp { color: rgb(127, 127, 127); }