fix light theme
This commit is contained in:
parent
12837db5a4
commit
8d45594d03
1 changed files with 8 additions and 5 deletions
|
@ -10,12 +10,15 @@
|
||||||
{#if $theme === "light"}
|
{#if $theme === "light"}
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
|
--foreground-color-0: hsl(180, 11%, 6%);
|
||||||
--foreground-color-1: hsl(180, 11%, 7%);
|
--foreground-color-1: hsl(180, 11%, 7%);
|
||||||
--foreground-color-2: hsl(180, 11%, 12%);
|
--foreground-color-2: hsl(180, 11%, 11%);
|
||||||
--foreground-color-3: hsl(180, 11%, 17%);
|
--foreground-color-3: hsl(180, 11%, 15%);
|
||||||
--background-color-1: hsl(210, 100%, 100%);
|
|
||||||
--background-color-2: hsl(210, 3%, 90%);
|
--background-color-0: rgb(253, 254, 255);
|
||||||
--background-color-3: hsl(210, 1%, 80%);
|
--background-color-1: rgb(253, 254, 255);
|
||||||
|
--background-color-2: rgb(218, 219, 220);
|
||||||
|
--background-color-3: rgb(173, 174, 175);
|
||||||
}
|
}
|
||||||
|
|
||||||
.button {
|
.button {
|
||||||
|
|
Loading…
Reference in a new issue