Introduction
Introduction Statistics Contact Development Disclaimer Help
CSS: dark mode: tweak colors - frontends - front-ends for some sites (experimen…
Log
Files
Refs
README
LICENSE
---
commit 607821dd376f5aaabac189e902e4d372af6b8863
parent a94eeabf90a0a793d8da134d8798d44eb8d7ba10
Author: Hiltjo Posthuma <[email protected]>
Date: Sat, 19 Mar 2022 11:33:02 +0100
CSS: dark mode: tweak colors
Diffstat:
M youtube/css/style.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/youtube/css/style.css b/youtube/css/style.css
@@ -49,13 +49,13 @@ hr {
@media (prefers-color-scheme: dark) {
body {
background-color: #000;
- color: #ccc;
+ color: #bdbdbd;
}
table.videos tr.v:hover td {
background-color: #111;
}
a {
- color: #fff;
+ color: #56c8ff;
}
hr {
border-color: 1px solid #222;
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.