Skip to content

Commit c1e548e

Browse files
committed
Enforce dark mode
1 parent 63eeac8 commit c1e548e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<meta name="darkreader-lock" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Debug Guide</title>
88
</head>

web/src/index.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
line-height: 1.5;
44
font-weight: 400;
55

6-
color-scheme: light dark;
6+
color-scheme: only dark;
77
color: rgba(255, 255, 255, 0.87);
88
background-color: #242424;
99

0 commit comments

Comments
 (0)