change colors
This commit is contained in:
parent
f048ce45ac
commit
565de50eb3
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue