From aab2c290e298b542237cf0c851fe407cf3a5efae Mon Sep 17 00:00:00 2001 From: Henry Sanger Date: Mon, 11 Nov 2024 21:50:08 -0500 Subject: [PATCH] update grass color in a few places --- client/editor/src/App.svelte | 2 +- client/index.html | 2 +- client/public/manifest.json | 2 +- client/src/scss/pages/dialog.scss | 8 ++++---- client/src/scss/palette.scss | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/editor/src/App.svelte b/client/editor/src/App.svelte index d6720d40f..8a78d9e59 100644 --- a/client/editor/src/App.svelte +++ b/client/editor/src/App.svelte @@ -305,7 +305,7 @@ main { display: flex; - background-color: #49993e; + background-color: #5b8939; color: white; } diff --git a/client/index.html b/client/index.html index 24148e1ea..459b78b20 100644 --- a/client/index.html +++ b/client/index.html @@ -63,7 +63,7 @@