From 0e1e6201ca9002af264fa976a8aa40c68c6f2cd1 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Fri, 7 Oct 2016 07:30:29 -0400 Subject: [PATCH] fix bloodgod.css --- contrib/static/bloodgod.css | 8 ++------ contrib/static/site.css | 4 ---- 2 files changed, 2 insertions(+), 10 deletions(-) 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;