#11 - basic layout (#15)

* #11 - basic layout

* #5 - bump dependencies

* #11 - fix

* #11 - fix

* #11 - fix logo
This commit is contained in:
Adrian Hopek
2022-01-12 14:18:25 +01:00
committed by GitHub
parent 2abd83526d
commit e015f02892
11 changed files with 681 additions and 658 deletions

View File

@@ -9,6 +9,20 @@ module.exports = {
fontFamily: {
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
},
colors: {
'blumilk': {
'50': '#D5DFEE',
'100': '#C7D4E9',
'200': '#AABDDD',
'300': '#8CA7D1',
'400': '#6F90C6',
'500': '#527ABA',
'600': '#3C5F97',
'700': '#2C466F',
'800': '#1C2D47',
'900': '#0C141F'
},
}
},
},
plugins: [