Update variable names

This commit is contained in:
Michael Lange
2017-12-19 15:45:38 -08:00
parent 2c7cb11a72
commit d458ae7e4e

View File

@@ -1,8 +1,8 @@
.message {
background: $body-background;
background: $body-background-color;
.message-header {
background: $body-background;
background: $body-background-color;
color: $text;
font-size: $size-5;
font-weight: $weight-semibold;