From 63a5ed8cc57ef1ec1bfebcced67b4b7c0738075d Mon Sep 17 00:00:00 2001 From: jonmeow Date: Fri, 16 Aug 2024 10:32:46 -0700 Subject: [PATCH] ntnv --- website/_sass/custom/custom.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/_sass/custom/custom.scss b/website/_sass/custom/custom.scss index bfa4c649ebfe4..fc3d8c2e59c01 100644 --- a/website/_sass/custom/custom.scss +++ b/website/_sass/custom/custom.scss @@ -29,7 +29,9 @@ color: #57606a; } -.highlight .nb { +.highlight .nb, +.highlight .nt, +.highlight .nv { color: #a36000; }