From 66bfc2da255e62f6c34dc483eb6d99ce524c15b8 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Fri, 12 Jan 2024 23:15:52 -0500 Subject: [PATCH] Make the font transparent in the underlay. --- src/Editor.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Editor.css b/src/Editor.css index 2c155b2..79504d7 100644 --- a/src/Editor.css +++ b/src/Editor.css @@ -47,6 +47,5 @@ width: 100%; height: 100%; pointer-events: none; - /* background: orange; */ - /* color: purple; */ + color: transparent; }