update: fix support safari 15 theme color

This commit is contained in:
tokumeikoi 2021-09-26 22:07:24 +09:00
parent cfd528739a
commit 1856e0e87e
6 changed files with 13 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,6 +7,14 @@
<link rel="stylesheet" href="/theme/{{$theme}}/assets/custom.css?v={{$verison}}">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
@php ($colors = [
'darkblue' => '#3b5998',
'black' => '#343a40',
'default' => '#0665d0',
'green' => '#319795'
])
<meta name="theme-color" content="{{$colors[$theme_color]}}">
<title>{{$title}}</title>
<!-- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,600,700"> -->
<script>window.routerBase = "/";</script>