-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtailwind.css
More file actions
40 lines (30 loc) · 938 Bytes
/
tailwind.css
File metadata and controls
40 lines (30 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
@import "tailwindcss";
@theme {
--color-*: initial;
--color-background-100: #7c6f64;
--color-background-200: #665c54;
--color-background-300: #504945;
--color-background-400: #3c3836;
--color-background-500: #32302f;
--color-background-600: #1d2021;
--color-foreground-100: #a89984;
--color-foreground-200: #bdae93;
--color-foreground-300: #d5c4a1;
--color-foreground-400: #ebdbb2;
--color-foreground-500: #fbf1c7;
--color-red-100: #cc241d;
--color-red-200: #9d0006;
--color-green-100: #98971a;
--color-green-200: #79740e;
--color-yellow-100: #d79921;
--color-yellow-200: #b57614;
--color-blue-100: #458588;
--color-blue-200: #076678;
--color-purple-100: #b16286;
--color-purple-200: #8f3f71;
--color-aqua-100: #689d6a;
--color-aqua-200: #427b58;
--color-orange-100: #d65d0e;
--color-orange-200: #af3a03;
--background-image-bkg-pattern: url('/src/assets/bkg_pattern.svg');
}