update
This commit is contained in:
parent
c2258f952d
commit
fdc04643bb
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ if (Astro.cookies.get("Theme").value === "Light") {
|
||||||
var ThemeScheme = 'light'
|
var ThemeScheme = 'light'
|
||||||
} else if (Astro.cookies.get("Theme").value === "Dark") {
|
} else if (Astro.cookies.get("Theme").value === "Dark") {
|
||||||
var ThemeScheme = 'dark'
|
var ThemeScheme = 'dark'
|
||||||
|
}else if (Astro.cookies.get("Theme").value === undefined) {
|
||||||
|
var ThemeScheme = 'dark'
|
||||||
}
|
}
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue