Skip to content

Commit 4ae7c0b

Browse files
💄 - style: adjust the theme-color meta properties to improve rendering on modern themed Safari
1 parent 121e453 commit 4ae7c0b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/public/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
<head>
44
<meta charset="utf-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1"/>
6-
<meta name="theme-color" content="#301B8A"/>
6+
<meta name="theme-color" content="#f8f8f8" media="(prefers-color-scheme: light)"/>
7+
<meta name="theme-color" content="#252f3d" media="(prefers-color-scheme: dark)"/>
78
<title>Open Archiefbeheer</title>
89
</head>
910
<body>

0 commit comments

Comments
 (0)