From 565de50eb3f40c6ee2018afffa8debf517b419aa Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Tue, 2 Apr 2024 10:20:40 -0500 Subject: [PATCH] change colors --- src/styles/_colors.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/_colors.scss b/src/styles/_colors.scss index 2cfd0b0..f8b7ee9 100644 --- a/src/styles/_colors.scss +++ b/src/styles/_colors.scss @@ -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; } }