feat(web): Use a better theme colors

This commit is contained in:
Wanjohi
2025-07-25 15:20:38 +03:00
parent 7156980063
commit edb70ead62
5 changed files with 23 additions and 26 deletions

View File

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