Startpunkten

This commit is contained in:
2026-04-03 16:55:16 +02:00
commit 48c54530ab
26 changed files with 867 additions and 0 deletions

16
theme.json Normal file
View File

@@ -0,0 +1,16 @@
{
"version": 2,
"settings": {
"layout": {
"contentSize": "800px",
"wideSize": "1200px"
},
"appearanceTools": true,
"color": {
"palette": [
{ "slug": "primary", "color": "#0055ff", "name": "Primary" },
{ "slug": "secondary", "color": "#ff0088", "name": "Secondary" }
]
}
}
}