style: tweaks

- made hero h1 black
- fixed the styles of lesson teasers
This commit is contained in:
Anand Chitipothu
2021-05-08 13:43:13 +05:30
parent 49d5ca4292
commit 5cfb72a731

View File

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