Broke the responsive once again and edited the settings

This commit is contained in:
sageTheDM 2024-09-24 09:27:49 +02:00
parent 665774faba
commit bb4095a336
3 changed files with 311 additions and 122 deletions

View file

@ -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;