fix: add comments

This commit is contained in:
2026-02-03 16:00:14 -06:00
parent 22860c4714
commit a0f83c874c

View File

@@ -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);