From 6cbd1b3dabf147452881d5962afb7cad85f678ac Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sat, 20 Mar 2021 00:37:27 -0400 Subject: [PATCH] Commit changes from issue 223 on github --- stylesheets/gurochan.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/stylesheets/gurochan.css b/stylesheets/gurochan.css index feb7996c..d763f5f0 100644 --- a/stylesheets/gurochan.css +++ b/stylesheets/gurochan.css @@ -153,3 +153,18 @@ div.banner a, textarea { a.selected:nth-child(1) { 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; +}