From af762d0d1f738b5fb64615cf4a1e6cf364ed3db8 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Thu, 5 Feb 2026 13:06:55 -0700 Subject: [PATCH] style: use snazzy syntax hl theme for doc site --- docs/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/style.css b/docs/static/style.css index d94682e..059feec 100644 --- a/docs/static/style.css +++ b/docs/static/style.css @@ -1,5 +1,5 @@ /* sukr docs — clean documentation theme */ -@import "../../themes/dracula.css"; +@import "../../themes/snazzy.css"; /* Syntax highlighting theme - lightningcss inlines this at build time */ :root {