Skip to content

Commit 51d9fb2

Browse files
committed
fix dark reader thinking its light mode
1 parent 07dd8f3 commit 51d9fb2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-0
lines changed

docs/build.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ def build_toc_sidebar(toc_tokens, current_slug):
277277
<meta property="og:type" content="website">
278278
<meta property="og:site_name" content="PyJavaBridge Docs">
279279
<meta name="theme-color" content="#6366f1">
280+
<meta name="color-scheme" content="dark">
280281
<link rel="preconnect" href="https://fonts.googleapis.com">
281282
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
282283
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">

docs/site/actionbardisplay.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta property="og:type" content="website">
1010
<meta property="og:site_name" content="PyJavaBridge Docs">
1111
<meta name="theme-color" content="#6366f1">
12+
<meta name="color-scheme" content="dark">
1213
<link rel="preconnect" href="https://fonts.googleapis.com">
1314
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1415
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">

docs/site/advancement.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta property="og:type" content="website">
1010
<meta property="og:site_name" content="PyJavaBridge Docs">
1111
<meta name="theme-color" content="#6366f1">
12+
<meta name="color-scheme" content="dark">
1213
<link rel="preconnect" href="https://fonts.googleapis.com">
1314
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1415
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">

docs/site/attribute.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta property="og:type" content="website">
1010
<meta property="og:site_name" content="PyJavaBridge Docs">
1111
<meta name="theme-color" content="#6366f1">
12+
<meta name="color-scheme" content="dark">
1213
<link rel="preconnect" href="https://fonts.googleapis.com">
1314
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1415
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">

docs/site/block.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta property="og:type" content="website">
1010
<meta property="og:site_name" content="PyJavaBridge Docs">
1111
<meta name="theme-color" content="#6366f1">
12+
<meta name="color-scheme" content="dark">
1213
<link rel="preconnect" href="https://fonts.googleapis.com">
1314
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1415
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">

docs/site/blockdisplay.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta property="og:type" content="website">
1010
<meta property="og:site_name" content="PyJavaBridge Docs">
1111
<meta name="theme-color" content="#6366f1">
12+
<meta name="color-scheme" content="dark">
1213
<link rel="preconnect" href="https://fonts.googleapis.com">
1314
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1415
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">

docs/site/bossbar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta property="og:type" content="website">
1010
<meta property="og:site_name" content="PyJavaBridge Docs">
1111
<meta name="theme-color" content="#6366f1">
12+
<meta name="color-scheme" content="dark">
1213
<link rel="preconnect" href="https://fonts.googleapis.com">
1314
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1415
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">

docs/site/bossbardisplay.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta property="og:type" content="website">
1010
<meta property="og:site_name" content="PyJavaBridge Docs">
1111
<meta name="theme-color" content="#6366f1">
12+
<meta name="color-scheme" content="dark">
1213
<link rel="preconnect" href="https://fonts.googleapis.com">
1314
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1415
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">

docs/site/chat.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta property="og:type" content="website">
1010
<meta property="og:site_name" content="PyJavaBridge Docs">
1111
<meta name="theme-color" content="#6366f1">
12+
<meta name="color-scheme" content="dark">
1213
<link rel="preconnect" href="https://fonts.googleapis.com">
1314
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1415
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">

docs/site/chunk.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<meta property="og:type" content="website">
1010
<meta property="og:site_name" content="PyJavaBridge Docs">
1111
<meta name="theme-color" content="#6366f1">
12+
<meta name="color-scheme" content="dark">
1213
<link rel="preconnect" href="https://fonts.googleapis.com">
1314
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
1415
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">

0 commit comments

Comments
 (0)