mirror of
https://github.com/JonasunderscoreJones/jonasjones.dev.git
synced 2025-10-23 00:49:19 +02:00
Added property to disable dark-reader extension
Added meta property to gloablly disable DarkReader on the website. This fixes an issue where the background wouldn't render properly
This commit is contained in:
parent
cfdd7c61d5
commit
0923936258
1 changed files with 1 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue