diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-07-04 13:37:31 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 19:12:47 +0100 |
commit | 68cc18379b70402db385d2682d0265b3832861f2 (patch) | |
tree | cf7e72acaf8b1fb0b59ebd44903de155af824314 /src/styles/app.scss | |
parent | e838cd75f82e202e43220f1d63fe5e23ee337058 (diff) |
FUNCT First layout structure
Diffstat (limited to 'src/styles/app.scss')
-rw-r--r-- | src/styles/app.scss | 3 |
1 files changed, 2 insertions, 1 deletions
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"; |