Introduction
Introduction Statistics Contact Development Disclaimer Help
youtube CSS: use dark mode browser UI when in dark mode - frontends - front-end…
Log
Files
Refs
README
LICENSE
---
commit 1409d7e079aebdcb02c6ee48b661c0b61eb34efd
parent e6b4a7a9a5af5d5b9c3387799751d696d7fa2222
Author: Hiltjo Posthuma <[email protected]>
Date: Wed, 30 Aug 2023 21:26:25 +0200
youtube CSS: use dark mode browser UI when in dark mode
Diffstat:
M youtube/css/style.css | 1 +
1 file changed, 1 insertion(+), 0 deletions(-)
---
diff --git a/youtube/css/style.css b/youtube/css/style.css
@@ -50,6 +50,7 @@ hr {
body {
background-color: #000;
color: #bdbdbd;
+ color-scheme: dark;
}
table.videos tr.v:hover td {
background-color: #111;
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.