blog: Wandern mit Theo — persönlicher Story-Post + area-story CSS/JS

This commit is contained in:
Oliver
2026-06-21 08:38:21 -03:00
parent d70c457d5e
commit 6d83073815
4 changed files with 140 additions and 0 deletions
+3
View File
@@ -1183,6 +1183,9 @@ section {
.blog-card-area.area-speed-run {
background: #f472b6;
}
.blog-card-area.area-story {
background: #00ff88;
}
.blog-card-area.area-default {
background: #a78bfa;
}
+1
View File
@@ -788,6 +788,7 @@ function blogAreaClass(area) {
news: "area-news",
"video-scripts": "area-video-scripts",
"speed-run": "area-speed-run",
story: "area-story",
};
return map[area] || "area-default";
}