Update secondary color
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cristian Gutierrez 2020-03-18 04:09:17 +01:00
parent 88ef6598c5
commit d318d84b85
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@ html {
height: 100%; }
body {
font-family: 'Raleway', sans-serif;
font-family: 'Fira Sans', sans-serif;
height: 100%; }
body #app {
min-height: 100%;

View File

@ -1,5 +1,5 @@
$primary-color: #3367d6;
$secondary-color: #4285f4;
$secondary-color: #2b2b2b;
// /!\ Keep background colors sync with `theme-color` meta info