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 */
body {
background: #1d1f21 url('img/fade-yotsuba.png') repeat-x 50% 0%;
background: #1d1f21;
color: #ACACAC;
}
/* Link colors */

View File

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

View File

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