mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
Merge pull request #573 from vichan-devel/RealAngeleno-patch-5
Fix parity issues with the yotsuba theme
This commit is contained in:
commit
0799b5399b
@ -26,7 +26,12 @@ div.post.reply div.body a {
|
||||
color: #d00;
|
||||
}
|
||||
form table tr th {
|
||||
background: #EA8;
|
||||
background-color: #ea8;
|
||||
color: #800;
|
||||
font-weight: 700;
|
||||
border: 1px solid #800;
|
||||
padding: 0 5px;
|
||||
font-size:10pt
|
||||
}
|
||||
div.ban h2 {
|
||||
background: #FCA;
|
||||
@ -45,8 +50,14 @@ div.pages {
|
||||
div.pages a.selected {
|
||||
color: #800;
|
||||
}
|
||||
header div.subtitle,h1 {
|
||||
color: #800000;
|
||||
text-align: center;
|
||||
}
|
||||
hr {
|
||||
border-color: #D9BFB7;
|
||||
border: none;
|
||||
border-top: 1px solid #D9BFB7;
|
||||
height: 0;
|
||||
}
|
||||
div.boardlist {
|
||||
color: #B86;
|
||||
|
Loading…
Reference in New Issue
Block a user