mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-17 16:06:36 +00:00
code boxes light
This commit is contained in:
@@ -1,4 +1,17 @@
|
||||
:root {
|
||||
--shiki-color-text: theme('colors.black');
|
||||
--shiki-token-constant: theme('colors.orange.600');
|
||||
--shiki-token-string: theme('colors.orange.600');
|
||||
--shiki-token-comment: theme('colors.zinc.500');
|
||||
--shiki-token-keyword: theme('colors.sky.600');
|
||||
--shiki-token-parameter: theme('colors.pink.600');
|
||||
--shiki-token-function: theme('colors.violet.600');
|
||||
--shiki-token-string-expression: theme('colors.orange.600');
|
||||
--shiki-token-punctuation: theme('colors.zinc.800');
|
||||
}
|
||||
|
||||
/* Dark mode styles */
|
||||
:root.dark {
|
||||
--shiki-color-text: theme('colors.white');
|
||||
--shiki-token-constant: theme('colors.orange.300');
|
||||
--shiki-token-string: theme('colors.orange.300');
|
||||
|
||||
Reference in New Issue
Block a user