From 55ee187882c1cda2b80412b7cfacf91246ca9f8c Mon Sep 17 00:00:00 2001 From: Jason Barry Date: Wed, 2 Dec 2020 11:56:02 -0800 Subject: [PATCH] Background color change Changing the background to be #b7e2d6 --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 4b01943..f6c0871 100644 --- a/src/App.vue +++ b/src/App.vue @@ -110,7 +110,7 @@ html { } body { - background: #00dc9e; + background: #b7e2d6; font-family: "Roboto", Helvetica, Arial, sans-serif; font-style: normal; font-weight: bold;