color variables

This commit is contained in:
sakrecoer 2020-08-10 18:31:37 +02:00
parent 7e61046352
commit 596caa8558
4 changed files with 5 additions and 15 deletions

View file

@ -17,7 +17,7 @@
<link rel="shortcut icon" href="{{ site.url }}{{ site.icon }}" type="image/png" />
<noscript><link rel="stylesheet" href="{{ relBase }}/assets/css/noscripts-20200810.css" /></noscript>
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="{{ site.bg }}"/>
<meta name="theme-color" content="{{ site.data.colors.bg_color }}"/>
</head>