Skip to content

Commit

Permalink
Use static colour for Safari mask icon
Browse files Browse the repository at this point in the history
This gets very aggressively cached so there isn't much of a point in making it respond to user themes as it doesn't always stay up to date.
  • Loading branch information
raccube committed Feb 1, 2023
1 parent fb473ff commit b130473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/base.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
%meta{ name: 'robots', content: 'noindex' }
%link{ rel: 'manifest', href: '/manifest.json', crossorigin: 'use-credentials' }
%link{ rel: 'apple-touch-icon', href: '/icons/maskable_icon_x192.png' }
%link{ rel: 'mask-icon', href: '/icons/icon.svg', color: theme_color }
%link{ rel: 'mask-icon', href: '/icons/icon.svg', color: "#5e35b1" }
%link{ rel: 'icon', href: '/images/favicon/favicon-16.png', sizes: '16x16' }
%link{ rel: 'icon', href: '/icons/maskable_icon_x192.png', sizes: '192x192' }
%link{ rel: 'icon', href: '/images/favicon/favicon-32.png', sizes: '32x32' }
Expand Down

0 comments on commit b130473

Please sign in to comment.