MAPG-175 add theme color

This commit is contained in:
Bence Pőcze 2020-06-27 13:09:24 +02:00
parent 34a4026ddc
commit 596b29f841
Signed by: bence
GPG Key ID: AA52B11A3269D1C1

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#198231">
<title><?= $_ENV['APP_NAME'] ?></title>
<link href="<?= $_ENV['STATIC_ROOT'] ?>/css/mapguesser.css?rev=<?= REVISION ?>" rel="stylesheet">
@yields('externalCss')