@import "tailwindcss"; .hljs-operator { @apply text-purple-800 dark:text-purple-300; } .hljs-keyword, .hljs-selector-tag, .hljs-meta .hljs-keyword, .hljs-doctag, .hljs-section { @apply text-purple-700 dark:text-purple-400; } .hljs-title, .hljs-title.function_ { @apply text-amber-500 dark:text-amber-300; } .hljs-attr, .hljs-attribute, .hljs-selector-attr, .hljs-selector-class { @apply text-blue-600 dark:text-blue-400; } .hljs-type, .hljs-title.class_, .hljs-title.class_.inherited__, .hljs-template-tag, .hljs-built_in, .hljs-symbol { @apply text-amber-600 dark:text-amber-300; } .hljs-string, .hljs-regexp, .hljs-meta .hljs-string { @apply text-green-600 dark:text-green-300; } .hljs-number, .hljs-literal, .hljs-bullet, .hljs-code, .hljs-quote { @apply text-orange-600 dark:text-orange-300; } .hljs-variable, .hljs-subst { @apply text-gray-800 dark:text-gray-200; } .hljs-comment, .hljs-formula, .hljs-meta { @apply italic text-gray-400 dark:text-gray-500; } .hljs-emphasis { @apply italic; } .hljs-strong { @apply font-bold; } .hljs-addition { @apply bg-green-100 text-green-700 dark:bg-green-800/30 dark:text-green-400; } .hljs-deletion { @apply bg-red-100 text-red-700 dark:bg-red-800/30 dark:text-red-400; }