From 6af92aa5aecbb4d56096f0188b6273b5c9408c78 Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Mon, 22 Jun 2020 03:08:25 +0600 Subject: [PATCH] make bold text color consistence with the theme color scheme --- static/assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/assets/css/style.css b/static/assets/css/style.css index f477740..68befc6 100644 --- a/static/assets/css/style.css +++ b/static/assets/css/style.css @@ -26,6 +26,10 @@ h5 { color: #1c2d41; } +strong{ + color: #1c2d41!important; +} + p { color: #3c4858; }