Initial commit: breakpilot-lehrer - Lehrer KI Platform
Services: Admin-Lehrer, Backend-Lehrer, Studio v2, Website, Klausur-Service, School-Service, Voice-Service, Geo-Service, BreakPilot Drive, Agent-Core Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
40
studio-v2/tailwind.config.js
Normal file
40
studio-v2/tailwind.config.js
Normal file
@@ -0,0 +1,40 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
module.exports = {
|
||||
content: [
|
||||
'./app/**/*.{js,ts,jsx,tsx,mdx}',
|
||||
'./components/**/*.{js,ts,jsx,tsx,mdx}',
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
// BreakPilot Primary - Weinrot
|
||||
primary: {
|
||||
50: '#fdf2f2',
|
||||
100: '#fde8e8',
|
||||
200: '#fbd5d5',
|
||||
300: '#f8b4b4',
|
||||
400: '#f98080',
|
||||
500: '#6C1B1B',
|
||||
600: '#5a1717',
|
||||
700: '#4a1313',
|
||||
800: '#3b0f0f',
|
||||
900: '#2c0b0b',
|
||||
},
|
||||
// BreakPilot Accent - Grün
|
||||
accent: {
|
||||
50: '#f0fdf4',
|
||||
100: '#dcfce7',
|
||||
200: '#bbf7d0',
|
||||
300: '#86efac',
|
||||
400: '#4ade80',
|
||||
500: '#5ABF60',
|
||||
600: '#16a34a',
|
||||
700: '#15803d',
|
||||
800: '#166534',
|
||||
900: '#14532d',
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
Reference in New Issue
Block a user