summaryrefslogtreecommitdiff
path: root/tailwind.config.js
diff options
context:
space:
mode:
authorJfriedli2021-03-18 14:18:28 +0100
committerJfriedli2021-03-18 14:18:28 +0100
commitb325dcc4523f13dfe7c741335a7bb80a91a1fac6 (patch)
tree1af6e2456419a7f3ebbb41c95fb08f5a53151212 /tailwind.config.js
parent81780062aea2f9de8dd704de1da7743937b79c38 (diff)
refactor index and download finished
Diffstat (limited to '')
-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}