colors.scss
386 Bytes
$gold: #dabb84;
$light-gold: #ddcaa9;
$deep-gold: #ffcc64;
$background-black: #282A2D;
$toolbar-grey: #3A424A;
$avatar-grey: #4F5D73;
$menu-grey: #3A424A;
$light-background-grey: #F0F1F3;
.light-gold--text {
color: $light-gold !important;
}
.gold--text {
color: $gold;
}
.toolbarGrey {
background-color: #3A424A !important;
}
.gold {
background-color: #dabb84 !important;
}