From a0f83c874c8b4d66168ed54f93919ffaafe2250b Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 3 Feb 2026 16:00:14 -0600 Subject: [PATCH] fix: add comments --- src/styles/global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/global.css b/src/styles/global.css index 151cb38..e6a6eff 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -7,7 +7,7 @@ /* https://tailwindcss.com/docs/dark-mode */ @custom-variant dark (&:where(.dark, .dark *)); -/* Add custom colors */ +/* Custom colors */ @theme { --color-midnight: #0c354d; --color-turquoise: #0da797; @@ -61,6 +61,7 @@ border-color var(--theme-transition); } + /* Shiki syntax highlighting */ :root { --shiki-fg: var(--shiki-light); --shiki-bg: var(--color-neutral-200);