summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+}