Skip to content

Commit

Permalink
update/ui: fix content debug overlay styling
Browse files Browse the repository at this point in the history
  • Loading branch information
asieduernest12 committed Dec 30, 2024
1 parent 30b889a commit 8f28bc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contents/content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 8f28bc6

Please sign in to comment.