Restore blog section (light theme), remove N8N preinstall claims from hero, features, tabs, how-it-works, and meta

This commit is contained in:
2026-06-24 21:59:51 +00:00
parent 60f45ebfce
commit 706b8e13a8
2 changed files with 87 additions and 17 deletions
+51
View File
@@ -888,6 +888,57 @@ img {
.blog-card h3 a:hover {
color: #00f5ff;
}
/* Light theme blog section override for homepage */
.blog-section-light {
background: var(--light) !important;
color: var(--dark) !important;
}
.blog-section-light h2 {
color: var(--dark) !important;
}
.blog-section-light .blog-search {
background: #fff !important;
border-color: var(--border) !important;
color: var(--dark) !important;
}
.blog-section-light .blog-search:focus {
border-color: var(--primary) !important;
box-shadow: 0 0 0 2px rgba(113, 75, 103, 0.15) !important;
}
.blog-section-light .blog-search::placeholder {
color: rgba(33, 37, 41, 0.35) !important;
}
.blog-section-light .blog-card {
background: #fff !important;
border-color: var(--border) !important;
}
.blog-section-light .blog-card:hover {
border-color: var(--primary) !important;
box-shadow: 0 4px 20px rgba(113, 75, 103, 0.08) !important;
}
.blog-section-light .blog-card h3 a {
color: var(--dark) !important;
}
.blog-section-light .blog-card h3 a:hover {
color: var(--primary) !important;
}
.blog-section-light .blog-date {
color: rgba(33, 37, 41, 0.45) !important;
}
.blog-section-light .blog-teaser {
color: rgba(33, 37, 41, 0.6) !important;
}
.blog-section-light .blog-readmore {
color: var(--primary) !important;
}
.blog-section-light .blog-empty {
color: rgba(33, 37, 41, 0.45) !important;
}
.blog-section-light .blog-agent {
background: rgba(113, 75, 103, 0.1) !important;
color: var(--primary) !important;
border-color: rgba(113, 75, 103, 0.2) !important;
}
.blog-teaser {
font-size: 0.9rem;
color: rgba(232, 232, 240, 0.65);