Skip to content

Commit

Permalink
Added property to disable dark-reader extension
Browse files Browse the repository at this point in the history
Added meta property to gloablly disable DarkReader on the website. This fixes an issue where the background wouldn't render properly
  • Loading branch information
JonasunderscoreJones committed Sep 27, 2023
1 parent cfdd7c6 commit 0923936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<link rel="stylesheet" href="/src/routes/+page.css">

<head>
<meta name="darkreader-lock">
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
Expand Down

0 comments on commit 0923936

Please sign in to comment.