diff --git a/astro.config.ts b/astro.config.ts index 0f467b7..1eb7f9f 100644 --- a/astro.config.ts +++ b/astro.config.ts @@ -33,5 +33,4 @@ export default defineConfig({ experimental: { responsiveImages: true, }, - prefetch: true, }); diff --git a/src/styles/global.css b/src/styles/global.css index 818739c..d9e9532 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -10,14 +10,14 @@ :root { --primary: 0deg 0% 99%; --secondary: 0deg 0% 13%; - --tertiary: 0deg 0% 51%; + --tertiary: 0deg 0% 45%; --accent: 0deg 0% 39%; } @media (prefers-color-scheme: dark) { :root { --primary: 0deg 0% 0%; --secondary: 0deg 0% 93%; - --tertiary: 0deg 0% 45%; + --tertiary: 0deg 0% 50%; --accent: 0deg 0% 71%; } }