From 9f35181ba719a6ad88aae6caf64d113df057562d Mon Sep 17 00:00:00 2001
From: Lorenzo Tilve <ltilve@igalia.com>
Date: Fri, 7 Feb 2020 00:02:03 +0100
Subject: FUNCT update launcher icons color and border

Change-Id: Iad3e7a2e93bc7fe8486e7c0334666aa00d0169cc
Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
(cherry picked from commit 26a16466245f9c7679fe0da6a0630c15a98aeaa6)
---
 src/styles/main.scss | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/styles/main.scss b/src/styles/main.scss
index 4cededc..335cd4e 100644
--- a/src/styles/main.scss
+++ b/src/styles/main.scss
@@ -43,6 +43,9 @@ body {
             button {
                 width: 300px;
                 height: 300px;
+                color: white;
+                border-color: white;
+                border-radius: 50%;
 
                 .icon {
                     font-size: 7rem;
@@ -60,4 +63,4 @@ body {
         background: white;
         font-size: 1.5rem;
     }
-}
\ No newline at end of file
+}
-- 
cgit