From e9ee73ec3da1b3bc6cc5ad5fdb26f00c00160bea Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 29 Sep 2023 04:20:38 +0300 Subject: [PATCH] fix youtube white flashbang --- files/assets/css/themes/classic_dark.css | 4 ++++ files/assets/css/themes/dark.css | 4 ++++ files/assets/css/themes/dramblr.css | 4 ++++ files/assets/css/themes/midnight.css | 6 ++++-- files/assets/css/themes/tron.css | 4 ++++ 5 files changed, 20 insertions(+), 2 deletions(-) diff --git a/files/assets/css/themes/classic_dark.css b/files/assets/css/themes/classic_dark.css index 55cfb8264..843a9a79a 100644 --- a/files/assets/css/themes/classic_dark.css +++ b/files/assets/css/themes/classic_dark.css @@ -16,3 +16,7 @@ .unread { background-color: #3d3d3d !important; } + +lite-youtube { + color-scheme: light !important; +} diff --git a/files/assets/css/themes/dark.css b/files/assets/css/themes/dark.css index 74c90c770..731edf9ce 100644 --- a/files/assets/css/themes/dark.css +++ b/files/assets/css/themes/dark.css @@ -104,3 +104,7 @@ pre { *:target { background: rgba(var(--primary_rgb), 0.2) !important; } + +lite-youtube { + color-scheme: light !important; +} diff --git a/files/assets/css/themes/dramblr.css b/files/assets/css/themes/dramblr.css index 67e13ad18..8a38a22df 100644 --- a/files/assets/css/themes/dramblr.css +++ b/files/assets/css/themes/dramblr.css @@ -157,3 +157,7 @@ color: var(--gray-700); .unread { background: #ffffff22 !important; } + +lite-youtube { + color-scheme: light !important; +} diff --git a/files/assets/css/themes/midnight.css b/files/assets/css/themes/midnight.css index 7e122b81c..3fe75ce57 100644 --- a/files/assets/css/themes/midnight.css +++ b/files/assets/css/themes/midnight.css @@ -21,8 +21,6 @@ --background: 33, 38, 45; } - - body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textarea, #root > div.App { background-color: var(--gray-600) !important; } @@ -74,3 +72,7 @@ body, .navbar-light, .navbar-dark, .card, .modal-content, .comment-write textare .unread { background: #ffffff22 !important; } + +lite-youtube { + color-scheme: light !important; +} diff --git a/files/assets/css/themes/tron.css b/files/assets/css/themes/tron.css index 450c73fe6..e8c6b74e9 100644 --- a/files/assets/css/themes/tron.css +++ b/files/assets/css/themes/tron.css @@ -234,3 +234,7 @@ .visited, h5.post-title a:visited, a[href^="https://"]:not([href^="https://rdrama.net" i], [href^="https://watchpeopledie.tv" i], .dropdown-item, .nav-link, .no-visited):visited { color: #b0b0b0 !important; } + +lite-youtube { + color-scheme: light !important; +}