build(app): use sass colors

This commit is contained in:
Julien
2018-09-10 01:14:07 +02:00
parent e346eafe21
commit 97789508c5
16 changed files with 91 additions and 20 deletions

View File

@@ -46,7 +46,7 @@ html {
box-sizing: border-box;
padding: 60px 0;
min-height: 100%;
background-color: #1b2431;
background-color: $mirage;
color: white;
text-align: center;
word-spacing: 1px;