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