Standalone text classes should be importnat

This commit is contained in:
James Brooks 2015-10-08 21:43:23 +01:00
parent d3fcffce72
commit 1e2b80d8d3

View File

@ -3,13 +3,13 @@ body.status-page {
background-color: {{ $theme_background_color }};
color: {{ $theme_text_color }};
}
.reds { color: {{ $theme_reds }}; }
.blues { color: {{ $theme_blues }}; }
.greens { color: {{ $theme_greens }}; }
.yellows { color: {{ $theme_yellows }}; }
.oranges { color: {{ $theme_oranges }}; }
.metrics { color: {{ $theme_metrics }}; }
.links { color: {{ $theme_links }}; }
.reds { color: {{ $theme_reds }} !important; }
.blues { color: {{ $theme_blues }} !important; }
.greens { color: {{ $theme_greens }} !important; }
.yellows { color: {{ $theme_yellows }} !important; }
.oranges { color: {{ $theme_oranges }} !important; }
.metrics { color: {{ $theme_metrics }} !important; }
.links { color: {{ $theme_links }} !important; }
/**
* Alert overrides.