From 67b2d58f12e6d00b976012336d895ac2f702e66f Mon Sep 17 00:00:00 2001 From: RealAngeleno Date: Sun, 21 May 2023 00:10:09 -0700 Subject: [PATCH] parity --- stylesheets/yotsuba.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/stylesheets/yotsuba.css b/stylesheets/yotsuba.css index 5324d1a7..c1d91276 100644 --- a/stylesheets/yotsuba.css +++ b/stylesheets/yotsuba.css @@ -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;