Начат фронтенд

This commit is contained in:
Georgiy Syralev
2025-09-16 14:47:30 +03:00
parent f37e85e2e0
commit 40de29041d
2100 changed files with 305701 additions and 11807 deletions

View File

@@ -0,0 +1,19 @@
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./index.html",
"./src/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {
colors: {
'ospab-primary': '#3B82F6', // Голубой
'ospab-accent': '#FF13F0', // Розовый
},
fontFamily: {
mono: ['Share Tech Mono', 'monospace'],
},
},
},
plugins: [],
}