1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-21 04:59:49 +01:00

boards.html on dark/tomorrow

This commit is contained in:
8chan 2015-03-14 00:05:25 -07:00
parent d26e5e516c
commit cd598df4e9
2 changed files with 8 additions and 0 deletions

View File

@ -194,3 +194,7 @@ div.report {
#quick-reply table {
background: none repeat scroll 0% 0% #333 !important;
}
.modlog tr:nth-child(even), .modlog th {
background-color: #282A2E;
}

View File

@ -152,3 +152,7 @@ div#watchlist a:hover,a.watchThread:hover {
max-height:160px;
max-width:160px
}
.modlog tr:nth-child(even), .modlog th {
background-color: #282A2E;
}