mirror of
https://github.com/fmhy/edit.git
synced 2026-01-11 19:06:17 +00:00
chore: add flake.nix
add instructions for nix
This commit is contained in:
@@ -35,11 +35,12 @@
|
||||
--vp-custom-block-tip-text: theme('colors.meadow.800');
|
||||
--vp-custom-block-tip-text-deep: theme('colors.meadow.900');
|
||||
/** Warning */
|
||||
--vp-custom-block-warning-bg: theme('colors.merlin.100'),
|
||||
--vp-custom-block-warning-border: theme('colors.merlin.800'),
|
||||
--vp-custom-block-warning-text: theme('colors.merlin.800'),
|
||||
--vp-custom-block-warning-text-deep: theme('colors.merlin.900'),
|
||||
/** Danger */ --vp-custom-block-danger-bg: theme('colors.carnation.100');
|
||||
--vp-custom-block-warning-bg: theme('colors.merlin.100');
|
||||
--vp-custom-block-warning-border: theme('colors.merlin.800');
|
||||
--vp-custom-block-warning-text: theme('colors.merlin.800');
|
||||
--vp-custom-block-warning-text-deep: theme('colors.merlin.900');
|
||||
/** Danger */
|
||||
--vp-custom-block-danger-bg: theme('colors.carnation.100');
|
||||
--vp-custom-block-danger-border: theme('colors.carnation.800');
|
||||
--vp-custom-block-danger-text: theme('colors.carnation.800');
|
||||
--vp-custom-block-danger-text-deep: theme('colors.carnation.900');
|
||||
|
||||
Reference in New Issue
Block a user