diff options
author | Humberto Alfonso Díaz <humberto.alfonso@asvito.es> | 2019-06-21 11:00:42 +0200 |
---|---|---|
committer | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-04 09:42:15 +0100 |
commit | 6ccf7d59c5b7accf5ac6040860c087b3c90207f4 (patch) | |
tree | 68d22601d2d71736b53a95652d40bbaef019ae4e /src/styles | |
parent | f08642008490b0205180a24517c7adac23f438d8 (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%; |