feat(11): styling for mobile and desktop
This commit is contained in:
@@ -2,7 +2,16 @@
|
||||
module.exports = {
|
||||
content: ["./src/**/*.scala"],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
colors: {
|
||||
'primary-cyan': 'hsl(179, 62%, 43%)',
|
||||
'primary-yellow': 'hsl(71, 73%, 54%)',
|
||||
'neutral-gray': 'hsl(204, 43%, 93%)',
|
||||
'grayish-blue': 'hsl(218, 22%, 67%)',
|
||||
'bg-subscription': 'hsl(179, 61%, 44%)',
|
||||
'bg-why-us': 'hsl(179, 47%, 52%)',
|
||||
}
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user