changes to the layout

This commit is contained in:
Belen Curcio
2020-10-13 11:43:06 -03:00
parent 30a8677816
commit 038d02acc2
11 changed files with 132 additions and 91 deletions

View File

@@ -10,6 +10,9 @@ module.exports = {
],
theme: {
extend: {
backgroundOpacity: {
075: '0.75',
},
colors: {
'accent-1': '#FAFAFA',
'accent-2': '#F1F3F5',
@@ -22,6 +25,7 @@ module.exports = {
red: '#DA3C3C',
primary: 'var(--bg-primary)',
secondary: 'var(--bg-secondary)',
'primary-accent': 'var(--bg-primary-accent)',
},
textColor: {
base: 'var(--text-primary)',