feat: landing page + smart components

This commit is contained in:
Liyas Thomas
2021-07-02 05:01:29 +00:00
committed by GitHub
parent 6bcf1a3522
commit 5abf837e95
23 changed files with 1124 additions and 55 deletions

View File

@@ -29,11 +29,11 @@
@mixin lightTheme {
// Background color
--primary-color: rgba(255, 255, 255, 1);
--primary-color: theme("colors.white");
// Light Background color
--primary-light-color: theme("colors.gray.200");
--primary-light-color: theme("colors.gray.50");
// Dark Background color
--primary-dark-color: rgba(0, 0, 0, 0.02);
--primary-dark-color: theme("colors.gray.100");
// Text color
--secondary-color: theme("colors.gray.600");
// Light Text color