mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
feat(web): Use a better theme colors
This commit is contained in:
@@ -17,12 +17,12 @@ import "@fontsource-variable/geist-mono";
|
||||
<meta
|
||||
name="theme-color"
|
||||
media="(prefers-color-scheme: light)"
|
||||
content="hsl(0 0% 98%);"
|
||||
content="hsl(0 0% 100%);"
|
||||
/>
|
||||
<meta
|
||||
name="theme-color"
|
||||
media="(prefers-color-scheme: dark)"
|
||||
content="hsl(0 0% 4%);"
|
||||
content=" hsla(0, 0%, 4%, 1);"
|
||||
/>
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
||||
|
||||
Reference in New Issue
Block a user