feat: owner color

This commit is contained in:
cha0s 2020-07-26 18:39:43 -05:00
parent 785ab39bbd
commit 324c2b342e
2 changed files with 2 additions and 1 deletions

View File

@ -51,7 +51,7 @@ header {
}
.chat--messageOwner {
color: #d69c30aa;
color: $color-owner;
font-family: Caladea, 'Times New Roman', Times, serif;
font-weight: bold;
margin-bottom: 0.25rem;

View File

@ -1,3 +1,4 @@
$color-active: rgb(0, 99, 112);
$color-muted: #bbbbbb;
$color-owner: #d69c30;
$color-unread: rgb(180, 0, 0);