Fix colour of p and strong tags

This commit is contained in:
James Brooks
2016-05-25 19:23:11 +01:00
parent 6211e7a1f8
commit b120c37cbc

View File

@@ -6,6 +6,7 @@ body.status-page {
padding-top: 0;
@endif
}
p, strong { color: {{ $theme_text_color }} !important; }
.reds { color: {{ $theme_reds }} !important; }
.blues { color: {{ $theme_blues }} !important; }
.greens { color: {{ $theme_greens }} !important; }