Archived
1
0

update bloodgod theme to include inputs and textares

This commit is contained in:
Jeff Becker 2016-03-07 20:32:08 -05:00
parent 32c4dcbe69
commit a8e870a099
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -7,11 +7,21 @@ body {
background: #111; background: #111;
} }
input, textarea {
color: #666;
background: #050505;
}
.navbar { .navbar {
background: #4E0000; background: #4E0000;
color: black; color: black;
} }
#captcha_img {
background: #D80000;
}
.reply, .ukko_thread_header { .reply, .ukko_thread_header {
border-color: #CA0101; border-color: #CA0101;
} }