2024-07-22 11:49:47 +02:00
|
|
|
@layer base {
|
|
|
|
|
:root {
|
|
|
|
|
--shiki-color-text: theme('colors.white');
|
2024-07-22 12:35:55 +02:00
|
|
|
--shiki-token-constant: theme('colors.brand.300');
|
|
|
|
|
--shiki-token-string: theme('colors.brand.300');
|
2024-07-22 11:49:47 +02:00
|
|
|
--shiki-token-comment: theme('colors.zinc.500');
|
|
|
|
|
--shiki-token-keyword: theme('colors.sky.300');
|
|
|
|
|
--shiki-token-parameter: theme('colors.pink.300');
|
|
|
|
|
--shiki-token-function: theme('colors.violet.300');
|
2024-07-22 12:35:55 +02:00
|
|
|
--shiki-token-string-expression: theme('colors.brand.300');
|
2024-07-22 11:49:47 +02:00
|
|
|
--shiki-token-punctuation: theme('colors.zinc.200');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[inert] ::-webkit-scrollbar {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@tailwind base;
|
|
|
|
|
@tailwind components;
|
|
|
|
|
@tailwind utilities;
|