design: apply exact color definitions and copy text modifications from funktionen.md
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 25s

This commit is contained in:
DanielS
2026-07-06 00:58:45 +02:00
parent 80773cacee
commit b3bc8a10f9
4 changed files with 78 additions and 86 deletions

View File

@@ -6,10 +6,10 @@ export default {
extend: {
colors: {
brand: {
darkBg: '#09090b',
darkCard: '#18181b',
darkBorder: '#27272a',
arcticBlue: '#00d2ff',
darkBg: '#0b0f19',
darkCard: '#151b2c',
darkBorder: '#232d45',
arcticBlue: '#38bdf8',
lightText: '#f4f4f5',
}
}