aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Tilve <ltilve@igalia.com>2020-02-07 00:02:03 +0100
committerLorenzo Tilve <ltilve@igalia.com>2020-02-07 01:13:38 +0100
commit26a16466245f9c7679fe0da6a0630c15a98aeaa6 (patch)
treea97236211a7cd0b5a67347d9ccad817bbc93cc68
parentae6e7195b6d3667d636c3723f67f67b786d5aa8d (diff)
FUNCT update launcher icons color and border
Change-Id: Iad3e7a2e93bc7fe8486e7c0334666aa00d0169cc Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
-rw-r--r--src/styles/main.scss5
1 files changed, 4 insertions, 1 deletions
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
+}