From 5cfb72a731ea6de79c54ebdd602dc5ad64fa57b6 Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Sat, 8 May 2021 13:43:13 +0530 Subject: [PATCH] style: tweaks - made hero h1 black - fixed the styles of lesson teasers --- community/public/css/style.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/community/public/css/style.less b/community/public/css/style.less index fb4da4a0..e253bc1a 100644 --- a/community/public/css/style.less +++ b/community/public/css/style.less @@ -288,3 +288,17 @@ section.lightgray { font-weight: bold; } } + +.chapter-description { + margin-bottom: 10px; +} + +.lesson-teaser { + font-weight: bold; + color: black; + padding-left: 20px; +} + +#hero h1 { + color: black !important; +}