diff --git a/bun.lockb b/bun.lockb index 46f21f3..bcd69c4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 1d58a61..5853f92 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,6 @@ "@astrojs/mdx": "^4.0.7", "@astrojs/rss": "^4.0.11", "@astrojs/sitemap": "3.2.1", - "@astrojs/tailwind": "^5.1.5", "@fontsource-variable/outfit": "^5.1.1", "@fontsource-variable/red-hat-mono": "^5.1.1", "@fontsource/borel": "^5.1.1", diff --git a/src/styles/global.css b/src/styles/global.css index 6117936..a650858 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -86,10 +86,12 @@ } @media (prefers-color-scheme: dark) { - --primary: #000000; - --secondary: #ededed; - --tertiary: #737373; - --accent: #636363; + :root { + --primary: #000000; + --secondary: #ededed; + --tertiary: #737373; + --accent: #636363; + } .astro-code, .astro-code span {