fix: tailwind coloring
This commit is contained in:
parent
8a2beb0446
commit
baf203e4fd
1 changed files with 1 additions and 6 deletions
|
|
@ -18,12 +18,7 @@ module.exports = {
|
||||||
hajime: ['"Hajime Sans"', ...defaultTheme.fontFamily.sans],
|
hajime: ['"Hajime Sans"', ...defaultTheme.fontFamily.sans],
|
||||||
},
|
},
|
||||||
colors: {
|
colors: {
|
||||||
primary: {
|
primary: 'var(--color-primary)',
|
||||||
DEFAULT: '#0B197D', // Use SCSS primary color for text
|
|
||||||
dark: '#1C2B00',
|
|
||||||
light: '#4E5E32',
|
|
||||||
'brand-blue': '#0B197D',
|
|
||||||
},
|
|
||||||
yellow: '#F5AE07',
|
yellow: '#F5AE07',
|
||||||
'light-green': '#F4F6EC',
|
'light-green': '#F4F6EC',
|
||||||
brand: '#6B8E23', // Added brand color for hover states from SCSS
|
brand: '#6B8E23', // Added brand color for hover states from SCSS
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue