diff --git a/src/assets/style.css b/src/assets/style.css index bb634ea..daf933d 100644 --- a/src/assets/style.css +++ b/src/assets/style.css @@ -7,7 +7,7 @@ :root { color-scheme: light dark; - --color-bg-n: light-dark(oklch(100% 0 0), oklch(35% 0.02 270)); + --color-bg-n: light-dark(oklch(100% 0 0), oklch(35% 0.025 270)); --color-bg-0: light-dark(oklch(95% 0 0), oklch(30% 0.02 270)); --color-fg-0: light-dark(oklch(25% 0.02 270), oklch(90% 0.02 270)); --color-bg-1: light-dark(oklch(90% 0 0), oklch(25% 0.02 270)); diff --git a/src/pages/index.astro b/src/pages/index.astro index 5e07d98..29d6260 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -689,7 +689,8 @@ try { padding-block: 3rem; overflow-y: auto; margin-inline: 1rem; - background-color: rgb(from var(--color-bg-0) r g b / .3); + /* background-color: rgb(from var(--color-bg-0) r g b / .3); */ + background-color: rgb(from var(--color-bg-2) r g b / .5); border-radius: 2rem; backdrop-filter: blur(5px);