From 6c4be572da94922e0417ac56e664f19325805128 Mon Sep 17 00:00:00 2001 From: zoe Date: Fri, 13 Sep 2019 23:31:20 -0400 Subject: [PATCH] banner color update --- 2020/assets/css/custom.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2020/assets/css/custom.css b/2020/assets/css/custom.css index ab4c8329..741ebc8e 100644 --- a/2020/assets/css/custom.css +++ b/2020/assets/css/custom.css @@ -2,7 +2,7 @@ body { font-family: sans-serif; - font-size: 13px; + font-size: 15px; line-height: 1.428571429; color: #333333; } @@ -247,7 +247,7 @@ hr { line-height: 1.428571429; color: #555555; vertical-align: middle; - background-color: #204A87; + background-color: #ffffff; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: none; -- 2.25.1