From 1893ddafd77d7e9d7489b1f4bbe8ff9d66389c5e Mon Sep 17 00:00:00 2001 From: Humberto Alfonso Díaz Date: Fri, 21 Jun 2019 11:00:42 +0200 Subject: FUNCT Basic support to launch apps --- src/styles/main.scss | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/styles') 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%; -- cgit 1.2.3-korg