Change vector icon color

master
Noiob 2019-07-05 19:30:49 -07:00
parent 51c61671d8
commit b956e9d280
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
%link{ rel: 'icon', href: favicon_path, type: 'image/x-icon' }/
%link{ rel: 'apple-touch-icon', sizes: '180x180', href: '/apple-touch-icon.png' }/
%link{ rel: 'mask-icon', href: '/mask-icon.svg', color: '#ffffff' }/
%link{ rel: 'mask-icon', href: '/mask-icon.svg', color: '#282c37' }/
%link{ rel: 'manifest', href: '/manifest.json' }/
%meta{ name: 'msapplication-config', content: '/browserconfig.xml' }/
%meta{ name: 'theme-color', content: '#282c37' }/