mirror of
https://github.com/inventree/inventree-website.git
synced 2025-06-14 11:05:32 +00:00
switch colors -> maybe better contrast on links?
This commit is contained in:
@ -4,13 +4,13 @@ module.exports = {
|
||||
purge: {
|
||||
enabled: true,
|
||||
content: ['./**/*.html'],
|
||||
},
|
||||
},
|
||||
darkMode: 'media',
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'primary':'#90A8D8',
|
||||
'secondary':'#DDBC91',
|
||||
'primary': '#DDBC91',
|
||||
'secondary': '#90A8D8',
|
||||
},
|
||||
screens: {
|
||||
'xs': '470px',
|
||||
@ -21,4 +21,4 @@ module.exports = {
|
||||
plugins: [
|
||||
require('@tailwindcss/typography'),
|
||||
],
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user