From d15f8cb06f8d45e9bdaf28cf861f2f14d23ef968 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