mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
🐜 fix(www): Fix bg colors on light mode
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<meta
|
||||
name="theme-color"
|
||||
media="(prefers-color-scheme: light)"
|
||||
content="rgba(255,255,255,0.8)"
|
||||
content="#f4f5f6"
|
||||
/>
|
||||
<meta
|
||||
name="theme-color"
|
||||
|
||||
@@ -39,7 +39,7 @@ globalStyle("html", {
|
||||
// Hardcode colors
|
||||
"@media": {
|
||||
"(prefers-color-scheme: light)": {
|
||||
backgroundColor: "rgba(255,255,255,0.8)",
|
||||
backgroundColor: "#f4f5f6",
|
||||
},
|
||||
"(prefers-color-scheme: dark)": {
|
||||
backgroundColor: "rgb(19,21,23)",
|
||||
|
||||
Reference in New Issue
Block a user