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; }