fix: Use text-light instead of text-color for timeline text

Since timeline text is not the primary content on the form,
use lighter color for texts in timeline
This commit is contained in:
Suraj Shetty 2019-08-05 17:02:08 +05:30
parent f8fd4fc95b
commit b7edf70585

View file

@ -363,7 +363,7 @@ h6.uppercase, .h6.uppercase {
margin-top: 0px;
b {
color: @text-color !important;
color: @text-light !important;
}
blockquote {