From b0554a66621db29e8c1bad5f9e0df351e48b7c9f Mon Sep 17 00:00:00 2001 From: Isaiah Odhner Date: Wed, 12 Apr 2023 15:30:40 -0400 Subject: [PATCH] Change editing area background to work better with light mode --- paint.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/paint.css b/paint.css index 257c8e6..4082053 100644 --- a/paint.css +++ b/paint.css @@ -27,7 +27,8 @@ Screen { } #editing-area { - background: $surface-lighten-3; + /* background: $surface-lighten-3; */ + background: $background; } #canvas {