diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-21 11:00:42 +0200 |
---|---|---|
committer | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-21 11:00:42 +0200 |
commit | aac66099e68d635cbb5945366e00232abf868bdb (patch) | |
tree | 68d22601d2d71736b53a95652d40bbaef019ae4e /src/styles | |
parent | 10d97b609b159fb4318c8f3681cf1f857fa34ede (diff) |
FUNCT Basic support to launch apps
Diffstat (limited to 'src/styles')
-rw-r--r-- | src/styles/main.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/styles/main.scss b/src/styles/main.scss index 1c6220e..a72b94b 100644 --- a/src/styles/main.scss +++ b/src/styles/main.scss @@ -23,6 +23,9 @@ body { height: 100%; .item { + color: map-get($colors, font); + text-decoration: none; + .icon { width: 100%; height: 100%; |