Browse Source

Remove yotsuba fade from dark themes, fix temp_dark

pull/107/head
discomrade 3 years ago
parent
commit
73794e5719
  1. 2
      stylesheets/anons_dark_red.css
  2. 4
      stylesheets/temp_dark.css
  3. 2
      stylesheets/temp_dark_red.css

2
stylesheets/anons_dark_red.css

@ -1,6 +1,6 @@
/* General */ /* General */
body { body {
background: #1d1f21 url('img/fade-yotsuba.png') repeat-x 50% 0%; background: #1d1f21;
color: #ACACAC; color: #ACACAC;
} }
/* Link colors */ /* Link colors */

4
stylesheets/temp_dark.css

@ -1,8 +1,7 @@
@-moz-document domain("leftypol.org") {
/* Bunker Theme for Leftypol.org */ /* Bunker Theme for Leftypol.org */
/* General */ /* General */
body { body {
background: #1d1f21 url('img/fade-yotsuba.png') repeat-x 50% 0%; background: #1d1f21;
color: #ACACAC; color: #ACACAC;
} }
@ -100,4 +99,3 @@ div.post.reply div.body a {
color: #ff0000; color: #ff0000;
text-decoration: none; text-decoration: none;
} }
}

2
stylesheets/temp_dark_red.css

@ -1,7 +1,7 @@
/* Red Bunker Theme for Leftypol.org */ /* Red Bunker Theme for Leftypol.org */
/* General */ /* General */
body { body {
background: #1d1f21 url('img/fade-yotsuba.png') repeat-x 50% 0%; background: #1d1f21;
color: #ACACAC; color: #ACACAC;
} }

Loading…
Cancel
Save