mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-12-01 02:27:24 +01:00
Make tomorrow theme work with static pages
This commit is contained in:
parent
60eef68e44
commit
45f0ee1afc
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user