1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-09-23 19:18:21 +02:00

Merge pull request #573 from vichan-devel/RealAngeleno-patch-5

Fix parity issues with the yotsuba theme
This commit is contained in:
RealAngeleno 2023-05-21 10:09:54 -07:00 committed by GitHub
commit 0799b5399b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;