fix light theme

This commit is contained in:
hippoz 2022-08-03 19:06:10 +03:00
parent 12837db5a4
commit 8d45594d03
Signed by: hippoz
GPG key ID: 7C52899193467641

View file

@ -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 {