Skip to content

Commit

Permalink
chore: disable dark reader
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrumm committed May 19, 2024
1 parent dc87382 commit 9dba5fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const Meta = ({
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#1971c2" />
<meta name="msapplication-TileColor" content="#1a1b1e" />
<meta name="theme-color" content="#1a1b1e" />
<meta name="darkreader-lock" />
<ColorSchemeScript defaultColorScheme="dark" />
</Head>
);
Expand Down

0 comments on commit 9dba5fc

Please sign in to comment.