From 473cba2801716a7889a027a55267c1f875bd54a6 Mon Sep 17 00:00:00 2001 From: jonmeow Date: Fri, 16 Aug 2024 10:03:48 -0700 Subject: [PATCH] Color --- website/_sass/custom/custom.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/_sass/custom/custom.scss b/website/_sass/custom/custom.scss index 54b3b2eaf49c4..e414c8bdbba77 100644 --- a/website/_sass/custom/custom.scss +++ b/website/_sass/custom/custom.scss @@ -25,6 +25,11 @@ } } +.highlight { + background-color: #f6f8fa; + color: #1f2328; +} + .highlight .c { color: #57606a; }