From 69440eebc75dc13e8d53d15beb0abd6a0674a483 Mon Sep 17 00:00:00 2001 From: linuxdev Date: Mon, 30 Dec 2024 07:57:07 -0500 Subject: [PATCH] update/ui: fix content debug overlay styling --- src/contents/content.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/contents/content.tsx b/src/contents/content.tsx index f5f9700..081ae59 100644 --- a/src/contents/content.tsx +++ b/src/contents/content.tsx @@ -38,9 +38,10 @@ const OVERLAY_STYLE = { bottom: '40px', left: '40px', display: 'flex', - background: 'white', + background: '#3c2020', padding: '15px', flexDirection: 'column' as 'row', + text: 'light', }; const injectPassiveStyleOverides = (document: Document) => {