mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-13 18:40:49 +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;
|
color: #d00;
|
||||||
}
|
}
|
||||||
form table tr th {
|
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 {
|
div.ban h2 {
|
||||||
background: #FCA;
|
background: #FCA;
|
||||||
@ -45,8 +50,14 @@ div.pages {
|
|||||||
div.pages a.selected {
|
div.pages a.selected {
|
||||||
color: #800;
|
color: #800;
|
||||||
}
|
}
|
||||||
|
header div.subtitle,h1 {
|
||||||
|
color: #800000;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
hr {
|
hr {
|
||||||
border-color: #D9BFB7;
|
border: none;
|
||||||
|
border-top: 1px solid #D9BFB7;
|
||||||
|
height: 0;
|
||||||
}
|
}
|
||||||
div.boardlist {
|
div.boardlist {
|
||||||
color: #B86;
|
color: #B86;
|
||||||
|
Loading…
Reference in New Issue
Block a user