mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
feat: scaffold Next.js landing page app at apps/landing
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@import "tailwindcss";
|
||||
|
||||
@theme {
|
||||
--color-accent: #f59e0b;
|
||||
--color-accent-hover: #d97706;
|
||||
--color-accent-foreground: #ffffff;
|
||||
--color-background: #ffffff;
|
||||
--color-background-alt: #fafaf9;
|
||||
--color-foreground: #0a0a0a;
|
||||
--color-muted: #737373;
|
||||
--color-border: #e7e5e4;
|
||||
--color-dark-bg: #0c0a09;
|
||||
--color-dark-fg: #fafaf9;
|
||||
--color-dark-muted: #a8a29e;
|
||||
}
|
||||
Reference in New Issue
Block a user