From b150aad2179b8e52b6e014ed05002b17efcd5496 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Wed, 24 Dec 2025 01:03:06 -0600 Subject: [PATCH] Update chromastyles with Hugo 0.153.2 Since Arch's isn't updated yet, I downloaded the hugo extended executable from the releases. hugo v0.153.2-798533a2013eab97198b0a155a8f4afab7e79865+extended linux/amd64 BuildDate=2025-12-22T16:53:01Z VendorInfo=gohugoio --- assets/css/syntax-light.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/syntax-light.css b/assets/css/syntax-light.css index c97efd0..e6b1be2 100644 --- a/assets/css/syntax-light.css +++ b/assets/css/syntax-light.css @@ -89,7 +89,7 @@ /* GenericSubheading */ .chroma .gu { color:#800080;font-weight:bold } /* GenericTraceback */ .chroma .gt { color:#a40000;font-weight:bold } /* GenericUnderline */ .chroma .gl { color:#000;text-decoration:underline } -/* TextWhitespace */ .chroma .w { color:#f8f8f8;text-decoration:underline } +/* TextWhitespace */ .chroma .w { color:#f8f8f8 } }