Don't use teal for break element

This commit is contained in:
James Brooks 2015-06-25 14:25:03 +01:00
parent 902d7bd01b
commit d20f2cbbc8

View File

@ -285,7 +285,7 @@ body.status-page {
&.break {
padding: 1px;
background-color: $cachet-teal;
background-color: $cachet-base-medium;
}
}