2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-15 03:25:32 +00:00

switch colors -> maybe better contrast on links?

This commit is contained in:
Matthias Mair
2022-11-10 21:15:02 +00:00
parent 142dd0b1c3
commit 40488fd5e9

View File

@ -9,8 +9,8 @@ module.exports = {
theme: {
extend: {
colors: {
'primary':'#90A8D8',
'secondary':'#DDBC91',
'primary': '#DDBC91',
'secondary': '#90A8D8',
},
screens: {
'xs': '470px',