2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-28 13:36:47 +00:00

matches colors to logo

This commit is contained in:
Matthias Mair 2021-11-06 23:55:53 +01:00
parent 1524a88768
commit 7033c52dc2

View File

@ -14,8 +14,8 @@ module.exports = {
theme: { theme: {
extend: { extend: {
colors: { colors: {
'primary':'#902eec', 'primary':'#90A8D8',
'secondary':'#f580f5', 'secondary':'#DDBC91',
} }
}, },
}, },