Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 8f28bc6

Browse files
update/ui: fix content debug overlay styling
1 parent 30b889a commit 8f28bc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/contents/content.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ const OVERLAY_STYLE = {
3838
bottom: '40px',
3939
left: '40px',
4040
display: 'flex',
41-
background: 'white',
41+
background: '#3c2020',
4242
padding: '15px',
4343
flexDirection: 'column' as 'row',
44+
text: 'light',
4445
};
4546

4647
const injectPassiveStyleOverides = (document: Document) => {

0 commit comments

Comments
 (0)