Archived
1
0

fix bloodgod.css

This commit is contained in:
Jeff Becker 2016-10-07 07:30:29 -04:00
parent 6ea75236fa
commit 0e1e6201ca
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
2 changed files with 2 additions and 10 deletions

View File

@ -2,10 +2,6 @@
bloodgod theme css override bloodgod theme css override
*/ */
/**
bloodgod theme css override
*/
body { body {
color: #666; color: #666;
background: #111; background: #111;
@ -25,7 +21,7 @@ input[type="button"] {
color: black; color: black;
} }
#captcha_img, pre { #captcha_img {
background: #D80000; background: #D80000;
} }
@ -110,4 +106,4 @@ table thead th {
.origin > img , .not_found > img { .origin > img , .not_found > img {
-webkit-filter: invert(1); -webkit-filter: invert(1);
filter: invert(1); filter: invert(1);
} }

View File

@ -361,10 +361,6 @@ input, textarea {
min-width: 500px; min-width: 500px;
} }
.post.op {
background-color: #e4eeff;
}
.postheader { .postheader {
width: 100%; width: 100%;
padding-top: 3px; padding-top: 3px;