feat: pivot to social media workflow app
This commit is contained in:
@@ -3,21 +3,19 @@
|
||||
@tailwind utilities;
|
||||
|
||||
:root {
|
||||
/* Branding Colors */
|
||||
--hutopy-primary: #6B0065;
|
||||
--hutopy-secondary: #A30E79;
|
||||
|
||||
/* UI COLORS */
|
||||
--h-background: #1c181c;
|
||||
--h-on-background: #e2e5e9;
|
||||
--h-surface: #252225;
|
||||
--h-on-surface: #e2e5e9;
|
||||
--h-primary: #242b2b;
|
||||
--h-on-primary: #e2e5e9;
|
||||
--h-secondary: #e7e5ea;
|
||||
--h-on-secondary: #000000;
|
||||
--h-tertiary: #466568;
|
||||
--h-on-tertiary: #bdb6b6;
|
||||
--socialize-primary: #172033;
|
||||
--socialize-accent: #ff8a3d;
|
||||
--socialize-highlight: #2fa58d;
|
||||
--h-background: #fffaf2;
|
||||
--h-on-background: #172033;
|
||||
--h-surface: #ffffff;
|
||||
--h-on-surface: #172033;
|
||||
--h-primary: #172033;
|
||||
--h-on-primary: #fffaf2;
|
||||
--h-secondary: #fff3e2;
|
||||
--h-on-secondary: #172033;
|
||||
--h-tertiary: #d9f6ee;
|
||||
--h-on-tertiary: #0f766e;
|
||||
--h-error: #bc2f2f;
|
||||
--h-on-error: #ffffff;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user