theme-color

This commit is contained in:
John O'Nolan 2020-07-15 00:46:08 +07:00
parent e202aaa93b
commit 8de79928dc
4 changed files with 4 additions and 3 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

@ -4,7 +4,7 @@
:root {
/* Colours */
--color-primary: #1292ee;
--color-primary: #317EFB;
--color-base: #131313;
--color-grey: #848e95;
--color-border: #e2e8ec;

View file

@ -2,6 +2,7 @@
<html lang="{{@site.lang}}">
<head>
<meta charset="utf-8" />
<meta name="theme-color" content="#317EFB" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />