diff --git a/app.css b/app.css index e738829..c00e663 100644 --- a/app.css +++ b/app.css @@ -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%; diff --git a/app.scss b/app.scss index a0b1d42..b6b361f 100644 --- a/app.scss +++ b/app.scss @@ -1,5 +1,5 @@ $primary-color: #3367d6; -$secondary-color: #4285f4; +$secondary-color: #2b2b2b; // /!\ Keep background colors sync with `theme-color` meta info