Text colour

This commit is contained in:
James Barnsley
2017-09-13 17:00:45 +12:00
parent 20682f128a
commit 85c31112e1

View File

@ -283,6 +283,7 @@ button.placeholder {
.blue-text { color: $blue !important; }
.green-text { color: $green !important; }
.orange-text { color: $orange !important; }
.yellow-text { color: $yellow !important; }
.dark-text { color: $dark_grey !important; }
.grey-border { border-color: $mid_grey !important; }
.red-border { border-color: $red !important; }