Skip to content

Commit a4cd71f

Browse files
authored
Dark mode
1 parent 8bd1205 commit a4cd71f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/enable.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5+
<meta name="color-scheme" content="light dark">
56
<meta name="viewport" content="width=device-width, initial-scale=1.0">
67
<title>iOS Safari Extension Guide</title>
78
<style>
@@ -37,6 +38,7 @@
3738
width: 100px;
3839
height: 100px;
3940
margin-left: 30px;
41+
fill: currentColor;
4042
}
4143
</style>
4244
</head>

0 commit comments

Comments
 (0)