Skip to content

Commit d5f6e95

Browse files
author
skim
authored
updates favicons to support dark mode (#1185)
1 parent 953436a commit d5f6e95

File tree

4 files changed

+27
-4
lines changed

4 files changed

+27
-4
lines changed

static/images/favicon-16x16.png

1.74 KB
Loading

static/images/favicon-32x32.png

2.21 KB
Loading

static/images/favicon.svg

+24-1
Loading

templates/components/layout.hbs

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535

3636
<!-- favicon -->
3737
<link rel="apple-touch-icon" sizes="180x180" href="/static/images/apple-touch-icon.png?v=ngJW8jGAmR">
38-
<link rel="icon" type="image/png" sizes="32x32" href="/static/images/favicon-32x32.png?v=ngJW8jGAmR">
39-
<link rel="icon" type="image/png" sizes="16x16" href="/static/images/favicon-16x16.png?v=ngJW8jGAmR">
38+
<link rel="alternate icon" type="image/png" href="/static/images/favicon-16x16.png">
39+
<link rel="alternate icon" type="image/png" href="/static/images/favicon-32x32.png">
40+
<link rel="icon" type="image/svg+xml" href="/static/images/favicon.svg">
4041
<link rel="manifest" href="/static/images/site.webmanifest?v=ngJW8jGAmR">
4142
<link rel="mask-icon" href="/static/images/safari-pinned-tab.svg?v=ngJW8jGAmR" color="#000000">
42-
<link rel="shortcut icon" href="/static/images/favicon.ico?v=ngJW8jGAmR">
4343
<meta name="msapplication-TileColor" content="#ffffff">
4444
<meta name="msapplication-config" content="/static/images/browserconfig.xml?v=ngJW8jGAmR">
4545
<meta name="theme-color" content="#ffffff">

0 commit comments

Comments
 (0)