style(ui): 💄 update meta theme colors
This commit is contained in:
parent
9f29fde9ad
commit
8aa3d065ed
|
@ -15,12 +15,12 @@ export default function App({ Component }: PageProps) {
|
|||
<meta
|
||||
name='theme-color'
|
||||
media='(prefers-color-scheme: light)'
|
||||
content='white'
|
||||
content='#82c91e'
|
||||
/>
|
||||
<meta
|
||||
name='theme-color'
|
||||
media='(prefers-color-scheme: dark)'
|
||||
content='black'
|
||||
content='#3d210d'
|
||||
/>
|
||||
<meta
|
||||
name='description'
|
||||
|
|
Loading…
Reference in a new issue