Added initial components.

This commit is contained in:
2025-11-30 16:35:54 -05:00
parent b2ef08c995
commit de00bee801
13 changed files with 266 additions and 13 deletions

View File

@@ -39,6 +39,22 @@
--input-background-color: rgb(0,20,34);
--input-focus-border-color: #64b5f6;
--input-focus-box-shadow: 0 0 0 1px #93cbf9;
/* Colors */
--color-primary: rgb(180,200, 214);
--color-secondary: rgb(200,220,234);
--color-black: #272727;
--color-yellow: #ffe073;
--color-green: #afe07d;
--color-teal: #6eecff;
--color-blue: #73c4ff;
--color-orange: #ffa773;
--color-pink: #e06894;
--color-dark-pink: #832044;
/* Background Colors */
--background-color-primary: rgb(57, 79, 94);
--background-color-secondary: rgb(30, 53, 69);
/* Official */
}
/*