-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtailwind.css
More file actions
22 lines (18 loc) · 898 Bytes
/
tailwind.css
File metadata and controls
22 lines (18 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import "tailwindcss";
@theme {
--font-sans: "Inter", sans-serif;
--color-foreground-neutral-primary: #1e1e1e;
--color-foreground-neutral-secondary: #666666;
--color-foreground-neutral-tertiary: #808080;
--color-background-neutral-primary: #ffffff;
--color-background-neutral-secondary-enabled: #f5f5f5;
--color-background-neutral-subtle-pressed: #e6e6e6;
--color-stroke-neutral-1: #d6d6d6;
--color-stroke-neutral-2: #e6e6e6;
--color-background-neutral-secondary: #f0f4f8;
--color-background-neutral-secondary-pressed: #e6e6e6;
--color-status-danger-foreground: #c4213e;
--color-status-warning-foreground: #f3c033;
--color-status-success-foreground: #0a722e;
}