aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/gray_theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'youtube/static/gray_theme.css')
-rw-r--r--youtube/static/gray_theme.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/youtube/static/gray_theme.css b/youtube/static/gray_theme.css
new file mode 100644
index 0000000..a5f3b23
--- /dev/null
+++ b/youtube/static/gray_theme.css
@@ -0,0 +1,17 @@
+body{
+ --interface-color: #dadada;
+ --text-color: #222222;
+ --background-color: #bcbcbc;
+}
+
+.comment .permalink{
+ color: #000000;
+}
+
+.setting-item{
+ background-color: #eeeeee;
+}
+
+.muted{
+ background-color: #888888;
+}