forked from GithubBackups/vichan
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
|
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;
|
||||||
@ -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 {
|
table.board-list-table tr:nth-of-type( even ) .board-tags .board-cell {
|
||||||
background: #282a2e;
|
background: #282a2e;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user