From cdaac2b0f7a712c898eef23a2bdda9f0d83179ce Mon Sep 17 00:00:00 2001 From: Katy DeCorah Date: Thu, 14 Dec 2023 20:07:31 -0500 Subject: [PATCH] Update site.css --- assets/site.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/site.css b/assets/site.css index 1ce5314..05cccf2 100644 --- a/assets/site.css +++ b/assets/site.css @@ -781,7 +781,11 @@ code { } /* Name.Namespace */ .highlight .nx { color: #f6f6f4; -} /* Name.Other */ +} +.highlight .pi { + color: #f286c4; +} +/* Name.Other */ .highlight .py { color: #f6f6f4; } /* Name.Property */