summaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'tailwind.config.js')
-rw-r--r--tailwind.config.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/tailwind.config.js b/tailwind.config.js
index 74b3d31..d56edce 100644
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -7,6 +7,8 @@ module.exports = {
7 theme: { 7 theme: {
8 extend: { 8 extend: {
9 colors: { 9 colors: {
10 transparent: 'transparent',
11 current: 'currentColor',
10 blue: { 12 blue: {
11 light: '#f4f7fb', 13 light: '#f4f7fb',
12 DEFAULT: '#99c1f1', 14 DEFAULT: '#99c1f1',
@@ -14,12 +16,10 @@ module.exports = {
14 } 16 }
15 }, 17 },
16 fontFamily: { 18 fontFamily: {
17 sans: ['Inter var', ...defaultTheme.fontFamily.sans], 19 sans: ['Rubik'],
18 }, 20 },
19 }, 21 },
20 }, 22 },
21 variants: {}, 23 variants: {},
22 plugins: [ 24 plugins: [],
23 require('@tailwindcss/forms'),
24 ],
25} 25}