aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLorenzo Tilve <ltilve@igalia.com>2020-02-07 00:02:03 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-02-07 13:43:24 +0000
commit9f35181ba719a6ad88aae6caf64d113df057562d (patch)
tree5aedeb2665a99b2938763a396ca19f654f358428
parent7c354a5f8ec9659af2323202c309cdbe44faf8af (diff)
Change-Id: Iad3e7a2e93bc7fe8486e7c0334666aa00d0169cc Signed-off-by: Lorenzo Tilve <ltilve@igalia.com> (cherry picked from commit 26a16466245f9c7679fe0da6a0630c15a98aeaa6)
-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
+}