theme-color
This commit is contained in:
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
|
@ -4,7 +4,7 @@
|
|||
:root {
|
||||
|
||||
/* Colours */
|
||||
--color-primary: #1292ee;
|
||||
--color-primary: #317EFB;
|
||||
--color-base: #131313;
|
||||
--color-grey: #848e95;
|
||||
--color-border: #e2e8ec;
|
||||
|
|
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue