Skip to content
This repository has been archived by the owner on Jun 16, 2021. It is now read-only.

Commit

Permalink
adjusted mobile browser theme colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaishiyoku committed Oct 5, 2020
1 parent 569c369 commit 74428c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/shared/_favicon.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('/img/favicon/favicon-32x32.png') }}">
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('/img/favicon/favicon-16x16.png') }}">
<link rel="manifest" href="{{ asset('/img/favicon/site.webmanifest') }}">
<link rel="mask-icon" href="{{ asset('/img/favicon/safari-pinned-tab.svg') }}" color="#5bbad5">
<meta name="msapplication-TileColor" content="#07c0e0">
<meta name="theme-color" content="#07c0e0">
<link rel="mask-icon" href="{{ asset('/img/favicon/safari-pinned-tab.svg') }}" color="#6927ff">
<meta name="msapplication-TileColor" content="#6927ff">
<meta name="theme-color" content="#6927ff">

0 comments on commit 74428c2

Please sign in to comment.