mirror of
https://github.com/decompme/decomp.me.git
synced 2026-01-05 21:00:19 -06:00
disable dark reader browser extension (#557)
This commit is contained in:
@@ -5,7 +5,8 @@
|
||||
|
||||
<meta charset="utf-8" />
|
||||
<meta name="theme-color" content="#282e31" />
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<meta name="darkreader-lock" />
|
||||
|
||||
<style>
|
||||
:root {
|
||||
|
||||
@@ -11,6 +11,8 @@ export default class MyDocument extends Document {
|
||||
|
||||
<link rel="shortcut icon" href="/purplefrog.svg" />
|
||||
<link rel="apple-touch-icon" href="/purplefrog-bg-180.png" />
|
||||
|
||||
<meta name="darkreader-lock" />
|
||||
</Head>
|
||||
<body className="theme-dark">
|
||||
<Main />
|
||||
|
||||
Reference in New Issue
Block a user