Remove yotsuba fade from dark themes, fix temp_dark

This commit is contained in:
discomrade 2021-10-01 02:10:30 +00:00
parent f45636065d
commit 73794e5719
3 changed files with 3 additions and 5 deletions

View file

@ -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 */

View file

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

View file

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