diff options
author | Lorenzo Tilve <ltilve@igalia.com> | 2020-02-07 00:02:03 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-07 13:43:24 +0000 |
commit | 9f35181ba719a6ad88aae6caf64d113df057562d (patch) | |
tree | 5aedeb2665a99b2938763a396ca19f654f358428 | |
parent | 7c354a5f8ec9659af2323202c309cdbe44faf8af (diff) |
FUNCT update launcher icons color and bordericefish_9.0.4icefish_9.0.3icefish_9.0.2icefish_9.0.1icefish_9.0.0icefish/9.0.4icefish/9.0.3icefish/9.0.2icefish/9.0.1icefish/9.0.09.0.49.0.39.0.29.0.19.0.0icefish
Change-Id: Iad3e7a2e93bc7fe8486e7c0334666aa00d0169cc
Signed-off-by: Lorenzo Tilve <ltilve@igalia.com>
(cherry picked from commit 26a16466245f9c7679fe0da6a0630c15a98aeaa6)
-rw-r--r-- | src/styles/main.scss | 5 |
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 +} |