more files added

This commit is contained in:
2026-08-05 02:44:50 +03:00
parent 5bf55281d3
commit 33f1cb9a99
10 changed files with 3621 additions and 29 deletions
+13
View File
@@ -0,0 +1,13 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: 'class',
content: ['./index.html'],
theme: {
extend: {
textColor: {
heading: '#1e293b',
},
},
},
plugins: [],
}