Skip to content

Commit

Permalink
disable color-scheme on remark iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Mineev committed Aug 10, 2022
1 parent a9836aa commit 7e0445c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/apps/remark42/app/utils/create-iframe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export function createIframe({ __colors__, styles, ...params }: Params) {
padding: 0,
margin: 0,
overflow: 'hidden',
colorScheme: 'none',
...styles,
});

Expand Down

0 comments on commit 7e0445c

Please sign in to comment.