From 19220758aabf431ae3566b950436fe04a3ee21a8 Mon Sep 17 00:00:00 2001 From: Talha Mansoor Date: Sun, 1 Dec 2019 11:52:47 +0500 Subject: [PATCH] feat(typography): use darker color for article heading and increase border size --- static/css/elegant.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/css/elegant.css b/static/css/elegant.css index 62cac073..445a8466 100644 --- a/static/css/elegant.css +++ b/static/css/elegant.css @@ -282,8 +282,8 @@ blockquote p { font-size: inherit; } .page-header { - border-bottom: 1px solid #8f8686; - color: #8b0000; + border-bottom: 2px solid maroon; + color: maroon; margin: 10px 10px 20px; padding: 5px; }