style: change theme colour

This commit is contained in:
Oliver Booth 2023-09-26 17:35:16 +01:00
parent df606466ca
commit 00c21f57e8
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="dark">
<meta name="theme-color" content="#121212">
<meta name="theme-color" content="#007EC6">
@if (ViewData["Title"] != null)
{
<title>@ViewData["Title"] - Oliver Booth</title>