fixed colors

This commit is contained in:
Troy 2025-01-23 18:16:07 +00:00
parent 19f936d004
commit 235f443236
Signed by: troy
GPG key ID: DFC06C02ED3B4711
3 changed files with 6 additions and 5 deletions

BIN
bun.lockb

Binary file not shown.

View file

@ -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",

View file

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