mirror of
https://github.com/veeso/termscp.git
synced 2025-12-06 17:15:35 -08:00
new termscp site
This commit is contained in:
26
tailwind.config.js
Normal file
26
tailwind.config.js
Normal file
@@ -0,0 +1,26 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: ["./site/**/*.{html,js}"],
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
screens: {
|
||||
sm: { max: "640px" },
|
||||
md: "768px",
|
||||
lg: "1024px",
|
||||
xl: "1280px",
|
||||
"2xl": "1536px",
|
||||
},
|
||||
extend: {
|
||||
colors: {
|
||||
brand: "#31363b",
|
||||
},
|
||||
fontSize: {
|
||||
xl: "1.5rem",
|
||||
"2xl": "2rem",
|
||||
"3xl": "3.5rem",
|
||||
"4xl": "7rem",
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user