diff --git a/contrib/static/bloodgod.css b/contrib/static/bloodgod.css index 81a0019..fb9091e 100644 --- a/contrib/static/bloodgod.css +++ b/contrib/static/bloodgod.css @@ -2,10 +2,6 @@ bloodgod theme css override */ -/** - bloodgod theme css override -*/ - body { color: #666; background: #111; @@ -25,7 +21,7 @@ input[type="button"] { color: black; } -#captcha_img, pre { +#captcha_img { background: #D80000; } @@ -110,4 +106,4 @@ table thead th { .origin > img , .not_found > img { -webkit-filter: invert(1); filter: invert(1); -} \ No newline at end of file +} diff --git a/contrib/static/site.css b/contrib/static/site.css index 7e1451f..fd9faab 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -361,10 +361,6 @@ input, textarea { min-width: 500px; } -.post.op { - background-color: #e4eeff; -} - .postheader { width: 100%; padding-top: 3px;