make bold text color consistence with the theme color scheme

This commit is contained in:
hossainemruz 2020-06-22 03:08:25 +06:00
parent 7c2eb69dbd
commit 6af92aa5ae

View file

@ -26,6 +26,10 @@ h5 {
color: #1c2d41;
}
strong{
color: #1c2d41!important;
}
p {
color: #3c4858;
}