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; +}