From 73794e5719dc30801a1dbf37ee71915908c4bd4b Mon Sep 17 00:00:00 2001 From: discomrade Date: Fri, 1 Oct 2021 02:10:30 +0000 Subject: [PATCH] Remove yotsuba fade from dark themes, fix temp_dark --- stylesheets/anons_dark_red.css | 2 +- stylesheets/temp_dark.css | 4 +--- stylesheets/temp_dark_red.css | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/stylesheets/anons_dark_red.css b/stylesheets/anons_dark_red.css index d8681ec4..97f3f490 100644 --- a/stylesheets/anons_dark_red.css +++ b/stylesheets/anons_dark_red.css @@ -1,6 +1,6 @@ /* General */ body { - background: #1d1f21 url('img/fade-yotsuba.png') repeat-x 50% 0%; + background: #1d1f21; color: #ACACAC; } /* Link colors */ diff --git a/stylesheets/temp_dark.css b/stylesheets/temp_dark.css index c68980d4..9cbaa129 100644 --- a/stylesheets/temp_dark.css +++ b/stylesheets/temp_dark.css @@ -1,8 +1,7 @@ -@-moz-document domain("leftypol.org") { /* Bunker Theme for Leftypol.org */ /* General */ body { - background: #1d1f21 url('img/fade-yotsuba.png') repeat-x 50% 0%; + background: #1d1f21; color: #ACACAC; } @@ -100,4 +99,3 @@ div.post.reply div.body a { color: #ff0000; text-decoration: none; } -} diff --git a/stylesheets/temp_dark_red.css b/stylesheets/temp_dark_red.css index df80a931..a9d28fa7 100644 --- a/stylesheets/temp_dark_red.css +++ b/stylesheets/temp_dark_red.css @@ -1,7 +1,7 @@ /* Red Bunker Theme for Leftypol.org */ /* General */ body { - background: #1d1f21 url('img/fade-yotsuba.png') repeat-x 50% 0%; + background: #1d1f21; color: #ACACAC; }