change colors

This commit is contained in:
Michael Zhang 2024-04-02 10:20:40 -05:00
parent f048ce45ac
commit 565de50eb3
1 changed files with 2 additions and 2 deletions

View File

@ -27,14 +27,14 @@
--astro-code-color-text: #24292e;
--astro-code-color-background: inherit;
--astro-code-token-constant: #005cc5;
--astro-code-token-string: white;
--astro-code-token-string: #1f9554;
--astro-code-token-comment: #6a737d;
--astro-code-token-keyword: #d73a49;
--astro-code-token-parameter: #24292e;
--astro-code-token-function: var(--astro-code-color-text);
--astro-code-token-string-expression: #032f62;
--astro-code-token-punctuation: #000007;
--astro-code-token-link: white;
--astro-code-token-link: #3b77a9;
}
}