Merge pull request #237 from towards-a-new-leftypol/commit_gurochan_css_changes

Commit changes from issue 223 on github
This commit is contained in:
towards-a-new-leftypol 2021-04-02 14:14:25 -04:00 committed by GitHub
commit 2e737aab0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -153,3 +153,18 @@ div.banner a, textarea {
a.selected:nth-child(1) { a.selected:nth-child(1) {
color:#800; color:#800;
} }
/* Fixes the top bar not matching the bottom bar. */
div.boardlist {
color: #880000;
}
.bar.top {
border-bottom: 1px solid #CA927B;
}
/* Fixes outline for input boxes that aren't the comment box. */
input[type="text"], input[type="password"], textarea {
border: 1px solid #CA927B;
}
/* Optional: Red tripcodes. */
span.trip {
color: #AF0A0F;
}