diff --git a/src/libs/styles/globals.css b/src/libs/styles/globals.css index 3f78919..73110c8 100644 --- a/src/libs/styles/globals.css +++ b/src/libs/styles/globals.css @@ -29,65 +29,5 @@ .shiki span { color: var(--shiki-dark) !important; background-color: var(--shiki-dark-bg) !important; - /* Optional, if you also want font styles */ - font-style: var(--shiki-dark-font-style) !important; - font-weight: var(--shiki-dark-font-weight) !important; - text-decoration: var(--shiki-dark-text-decoration) !important; } } - -/* @layer components { - .token.comment { - @apply italic text-gray-400; - } - .token.script { - @apply text-gray-200; - } - .token.keyword { - @apply italic; - } - .token.keyword, - .token.tag { - @apply text-red-400; - } - .token.attr-name { - @apply text-violet-400; - } - .token.attr-value { - @apply text-blue-400; - } - .token.string { - @apply text-emerald-400; - } - .token.punctuation, - .token.operator { - @apply text-gray-400; - } - .token.url, - .token.symbol, - .token.boolean, - .token.variable, - .token.constant { - @apply text-blue-400; - } - .token.class-name, - .token.number { - @apply text-amber-300; - } - .token.function { - @apply text-violet-400; - } - .token.function-variable { - @apply text-gray-200; - } - .token.selector { - @apply text-blue-400; - } - .token.selector { - @apply text-blue-400; - } - .token.property, - .token.entity { - @apply text-pink-400; - } -} */