Add a background color

This commit is contained in:
2025-09-13 15:36:58 -07:00
parent 7947b6d6a4
commit 91ec3af275
2 changed files with 5 additions and 1 deletions

View File

@@ -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>

View File

@@ -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;