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.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/youtube/static/gray_theme.css b/youtube/static/gray_theme.css
new file mode 100644
index 0000000..69cc849
--- /dev/null
+++ b/youtube/static/gray_theme.css
@@ -0,0 +1,9 @@
+body{
+ --interface-color: #dadada;
+ --text-color: #222222;
+ --background-color: #bcbcbc;
+}
+
+.comment .permalink{
+ color: #000000;
+}