Skip to content

Commit 1be0396

Browse files
update/ui: fix content debug overlay styling
1 parent 764f794 commit 1be0396

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/contents/content.tsx

+2-1
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)