Add a background color
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
<link rel="manifest" href="/assets/site.webmanifest" />
|
<link rel="manifest" href="/assets/site.webmanifest" />
|
||||||
<link rel="stylesheet" href="/assets/css/global.css">
|
<link rel="stylesheet" href="/assets/css/global.css">
|
||||||
|
|
||||||
|
<meta name="theme-color" content="#f4f4f4">
|
||||||
|
|
||||||
<title>{{ page.title }}</title>
|
<title>{{ page.title }}</title>
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
@import url('fonts.css');
|
@import url('fonts.css');
|
||||||
@import url('navigation.css');
|
@import url('navigation.css');
|
||||||
|
|
||||||
|
html {
|
||||||
|
background-color: #f4f4f4;
|
||||||
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-color: white;
|
|
||||||
font-family: 'FormaDJRText', sans-serif;
|
font-family: 'FormaDJRText', sans-serif;
|
||||||
color: black;
|
color: black;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user