feat: add status page link to footer

This commit is contained in:
liyasthomas
2021-12-23 19:55:39 +05:30
parent 1eb9eb911e
commit e89d033bfe
4 changed files with 28 additions and 10 deletions

View File

@@ -45,11 +45,11 @@
--secondary-light-color: theme("colors.true-gray.500");
--secondary-dark-color: theme("colors.true-gray.100");
--divider-color: theme("colors.true-gray.800");
--divider-light-color: theme("colors.dark.700");
--divider-light-color: theme("colors.dark.800");
--divider-dark-color: theme("colors.dark.300");
--error-color: theme("colors.warm-gray.900");
--tooltip-color: theme("colors.true-gray.100");
--popover-color: theme("colors.dark.700");
--popover-color: theme("colors.dark.600");
--editor-theme: "twilight";
}