add copy link and edit on github buttons

This commit is contained in:
Pascal Fischer
2023-07-05 10:51:34 +02:00
parent 7815df63ff
commit 25e20ed56d
4 changed files with 71 additions and 0 deletions

View File

@@ -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;
}