diff --git a/stylesheets/tomorrow.css b/stylesheets/tomorrow.css index c8a4427e..d942ada3 100644 --- a/stylesheets/tomorrow.css +++ b/stylesheets/tomorrow.css @@ -69,14 +69,15 @@ form table tr th { color:#C5C8C6 } div.ban h2 { - background:#FCA; + background:#282A2E; color:inherit } div.ban { - border-color:#800 + border-color:#282A2E; } -div.ban p { - color:#000 +div.ban { + color:#C5C8C6; + background-color: inherit; } div.pages { background:#1d1f21; @@ -191,4 +192,4 @@ table.board-list-table .board-tags .board-cell:hover { } table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell { background: #282a2e; -} \ No newline at end of file +}