From 457df3d7a9edb6dcd95fe7d75f1bc12cd18d90f7 Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Thu, 4 Jul 2019 13:37:31 +0200 Subject: FUNCT First layout structure --- src/styles/app.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/styles/app.scss') diff --git a/src/styles/app.scss b/src/styles/app.scss index 5e7fbd4..c2a4c72 100644 --- a/src/styles/app.scss +++ b/src/styles/app.scss @@ -1,6 +1,7 @@ $colors: ( primary: #00ADDC, - font: #999999 + font: #999999, + grey: #848286 ); @import "main.scss"; -- cgit 1.2.3-korg