Skip to content

Commit 8deb158

Browse files
authored
Make favicon adaptive to light/dark color-scheme (#780)
1 parent 9d5fb7e commit 8deb158

File tree

3 files changed

+16
-6
lines changed

3 files changed

+16
-6
lines changed

css/default.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ html {
33
overflow-y: auto;
44
}
55
body {
6+
color-scheme: light;
67
background-color: white;
78
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
89
}

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/>
99
<meta name="viewport" content="width=device-width" />
1010
<title>overpass turbo</title>
11-
<link rel="icon" type="image/svg+xml" href="./turbo.svg" />
11+
<link rel="icon" type="image/svg+xml" href="./turbo.svg" sizes="any" />
1212
<!-- https://developers.facebook.com/docs/sharing/webmasters -->
1313
<meta property="og:title" content="overpass turbo" />
1414
<meta

turbo.svg

Lines changed: 14 additions & 5 deletions
Loading

0 commit comments

Comments
 (0)