Last commit before tailwind testing
This commit is contained in:
parent
89b3b824c7
commit
3775bbc4c5
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue