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) => {