update tailwind

This commit is contained in:
Romulus21
2025-03-14 23:30:10 +01:00
parent b806fbab96
commit 88b7f72e81
7 changed files with 2446 additions and 54 deletions

View File

@@ -1,35 +1,12 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: {
files: ["*.html", "./src/**/*.rs"],
},
safelist: ['rotate-90', '-rotate-90'],
theme: {
extend: {
colors: {
prim: {
lightest: "#2E3235",
light: "#2B2F33",
DEFAULT: "#26292D",
},
second: {
DEFAULT: "#FEFEFE",
dark: "#929496",
},
third: {
light: "#F96662",
DEFAULT: "#FC443D",
},
fourth: {
light: "#FFD885",
DEFAULT: "#FEBB2E",
},
green: "#00DA00",
module.exports = {
content: {
relative: true,
files: ["*.html", "./src/**/*.rs"],
},
fontSize: {
"4xl": ["4rem", "1.3"],
theme: {
extend: {},
},
},
},
plugins: [],
};
plugins: [],
}