We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c555f5d commit c8b69d7Copy full SHA for c8b69d7
app/assets/css/main.css
@@ -1,6 +1,18 @@
1
@import "tailwindcss";
2
@import "@nuxt/ui";
3
4
-@theme {
+@theme static {
5
--font-sans: 'Public Sans', sans-serif;
6
+
7
+ --color-green-50: #effdf5;
8
+ --color-green-100: #d9fbe8;
9
+ --color-green-200: #b3f5d1;
10
+ --color-green-300: #75edae;
11
+ --color-green-400: #00dc82;
12
+ --color-green-500: #00c16a;
13
+ --color-green-600: #00a155;
14
+ --color-green-700: #007f45;
15
+ --color-green-800: #016538;
16
+ --color-green-900: #0a5331;
17
+ --color-green-950: #052e16;
18
}
0 commit comments