mirror of
https://github.com/withastro/astro.git
synced 2025-01-27 22:19:04 -05:00
fix(overlay): adjust the color of punctuations (#11388)
* fix(overlay): adjust the color of punctuations * chore: add changeset
This commit is contained in:
parent
e60aab9a9f
commit
3a223b4811
2 changed files with 6 additions and 1 deletions
5
.changeset/fair-wolves-move.md
Normal file
5
.changeset/fair-wolves-move.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
Adjusts the color of punctuations in error overlay.
|
|
@ -76,7 +76,7 @@ const style = /* css */ `
|
|||
--astro-code-token-parameter: #aa0000;
|
||||
--astro-code-token-function: #4ca48f;
|
||||
--astro-code-token-string-expression: #9f722a;
|
||||
--astro-code-token-punctuation: #ffffff;
|
||||
--astro-code-token-punctuation: #000000;
|
||||
--astro-code-token-link: #9f722a;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue