1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-11 07:16:10 +01:00

Make tomorrow theme work with static pages

This commit is contained in:
8chan 2015-05-09 21:15:45 -07:00
parent 60eef68e44
commit 45f0ee1afc

View File

@ -69,14 +69,15 @@ form table tr th {
color:#C5C8C6 color:#C5C8C6
} }
div.ban h2 { div.ban h2 {
background:#FCA; background:#282A2E;
color:inherit color:inherit
} }
div.ban { div.ban {
border-color:#800 border-color:#282A2E;
} }
div.ban p { div.ban {
color:#000 color:#C5C8C6;
background-color: inherit;
} }
div.pages { div.pages {
background:#1d1f21; background:#1d1f21;