Last commit before tailwind testing

This commit is contained in:
sageTheDM 2024-09-20 11:12:28 +02:00
parent 89b3b824c7
commit 3775bbc4c5

View file

@ -9,11 +9,13 @@ const config: Config = {
theme: {
extend: {
colors: {
background: "var(--background)",
foreground: "var(--foreground)",
'history-background': 'var(--history-background-color)',
'text-color': 'var(--text-color)',
'input-button-hover-color': 'var(--input-button-hover-color)',
},
},
},
plugins: [],
};
export default config;