fixed colors
This commit is contained in:
parent
19f936d004
commit
235f443236
3 changed files with 6 additions and 5 deletions
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -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",
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue