From ed17562feefebd16cc0622fa518efb4c9039b3e7 Mon Sep 17 00:00:00 2001 From: developer Date: Sat, 9 Nov 2024 23:08:48 +0800 Subject: [PATCH] fix: bg color --- _sass/colors/syntax-light.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/colors/syntax-light.scss b/_sass/colors/syntax-light.scss index 0c9c1575b03..9a66b9caf8e 100644 --- a/_sass/colors/syntax-light.scss +++ b/_sass/colors/syntax-light.scss @@ -28,7 +28,7 @@ .highlight, .highlight .w { color: #24292f; - background-color: #edebe0; + background-color: #fff9d6; } .highlight .k,