mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-21 18:06:38 +00:00
add copy link and edit on github buttons
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
--shiki-token-function: theme('colors.violet.600');
|
||||
--shiki-token-string-expression: theme('colors.orange.600');
|
||||
--shiki-token-punctuation: theme('colors.zinc.800');
|
||||
--toastify-icon-color-info: theme('colors.orange.500') !important;
|
||||
--toastify-color-info: theme('colors.orange.500') !important;
|
||||
--toastify-color-dark: theme('colors.white') !important;
|
||||
--toastify-text-color-dark: theme('colors.zinc.600') !important;
|
||||
--toastify-color-light: theme('colors.white') !important;
|
||||
--toastify-text-color-light: theme('colors.zinc.600') !important;
|
||||
}
|
||||
|
||||
/* Dark mode styles */
|
||||
@@ -21,6 +27,12 @@
|
||||
--shiki-token-function: theme('colors.violet.300');
|
||||
--shiki-token-string-expression: theme('colors.orange.300');
|
||||
--shiki-token-punctuation: theme('colors.zinc.200');
|
||||
--toastify-icon-color-info: theme('colors.orange.500') !important;
|
||||
--toastify-color-info: theme('colors.orange.500') !important;
|
||||
--toastify-color-dark: theme('colors.zinc.800') !important;
|
||||
--toastify-text-color-dark: theme('colors.zinc.300') !important;
|
||||
--toastify-color-light: theme('colors.zinc.800') !important;
|
||||
--toastify-text-color-light: theme('colors.zinc.300') !important;
|
||||
}
|
||||
|
||||
@tailwind base;
|
||||
@@ -49,4 +61,8 @@
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.Toastify__close-button {
|
||||
color: var(--toastify-text-color-light) !important;
|
||||
}
|
||||
Reference in New Issue
Block a user