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: { theme: {
extend: { extend: {
colors: { colors: {
background: "var(--background)", 'history-background': 'var(--history-background-color)',
foreground: "var(--foreground)", 'text-color': 'var(--text-color)',
'input-button-hover-color': 'var(--input-button-hover-color)',
}, },
}, },
}, },
plugins: [], plugins: [],
}; };
export default config; export default config;