From 6b508c981615052c186af08cc36ded2367a7e8b2 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Tue, 31 Dec 2019 05:46:02 -0500 Subject: [PATCH] fix misc. issues with coloration --- local.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.css b/local.css index fa97afb..4cc0117 100644 --- a/local.css +++ b/local.css @@ -39,7 +39,7 @@ a {color: #92ebf0} body {background-color: #0a0a0a; color: #eaeaea} h1, h2, h3, h4, h5, h6 {color: #9a9a9a} h3>span {color: #7a7a7a} -td, th, fieldset, blockquote {border-color: #eaeaea} +td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #eaeaea} small {color: #777} div.recentchanges {background: #1a1a1a !important; color: #eee !important} .recentchanges .changelog {background: #2a2a2a !important; color: #fff !important} @@ -48,7 +48,7 @@ div.recentchanges {background: #1a1a1a !important; color: #eee !important} body {background-color: #f5f5f5; color: #151515} h1, h2, h3, h4, h5, h6 {color: #656565} h3>span {color: #858585} - td, th, fieldset, blockquote {border-color: #151515} + td, th, fieldset, blockquote, .pageheader .actions ul, #pageinfo {border-color: #151515} small {color: #888} div.recentchanges {background: #e5e5e5 !important; color: #111 !important} .recentchanges .changelog {background: #d5d5d5 !important; color: #000 !important}