Broke the responsive once again and edited the settings
This commit is contained in:
parent
665774faba
commit
bb4095a336
3 changed files with 311 additions and 122 deletions
|
@ -1,21 +0,0 @@
|
|||
import type { Config } from "tailwindcss";
|
||||
|
||||
const config: Config = {
|
||||
content: [
|
||||
"./pages/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./components/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
"./app/**/*.{js,ts,jsx,tsx,mdx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
'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…
Add table
Add a link
Reference in a new issue