fix: add comments
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
/* https://tailwindcss.com/docs/dark-mode */
|
/* https://tailwindcss.com/docs/dark-mode */
|
||||||
@custom-variant dark (&:where(.dark, .dark *));
|
@custom-variant dark (&:where(.dark, .dark *));
|
||||||
|
|
||||||
/* Add custom colors */
|
/* Custom colors */
|
||||||
@theme {
|
@theme {
|
||||||
--color-midnight: #0c354d;
|
--color-midnight: #0c354d;
|
||||||
--color-turquoise: #0da797;
|
--color-turquoise: #0da797;
|
||||||
@@ -61,6 +61,7 @@
|
|||||||
border-color var(--theme-transition);
|
border-color var(--theme-transition);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Shiki syntax highlighting */
|
||||||
:root {
|
:root {
|
||||||
--shiki-fg: var(--shiki-light);
|
--shiki-fg: var(--shiki-light);
|
||||||
--shiki-bg: var(--color-neutral-200);
|
--shiki-bg: var(--color-neutral-200);
|
||||||
|
|||||||
Reference in New Issue
Block a user