some lighthouse fixes

This commit is contained in:
Chris Kruining 2024-12-03 08:45:23 +01:00
parent 316e3158db
commit 4dc8b13005
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
2 changed files with 12 additions and 5 deletions

View file

@ -51,6 +51,7 @@ export default function Editor(props: ParentProps) {
<HttpHeader name="Accept-CH" value="Sec-CH-Prefers-Color-Scheme" />
<Title>Calque</Title>
<Meta name="description" content="Simple tool for managing translation files" />
<Meta name="color-scheme" content={theme.colorScheme} />
<Meta name="theme-color" content={`oklch(${lightness()} .02 ${theme.hue})`} />