Skip to content

Commit 4dad810

Browse files
iYassrclaude
andcommitted
Fix alternating section background pattern
Dark/Medium pattern: - Hero: dark - Animation: medium - Demo: dark - Features: medium - How It Works: dark - Formats: medium - Download: dark 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6bf92a9 commit 4dad810

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@
217217
/* Demo Section */
218218
.demo {
219219
padding: 100px 0;
220-
background: var(--bg-medium);
221220
}
222221

223222
.section-title {
@@ -250,6 +249,7 @@
250249
/* Features */
251250
.features {
252251
padding: 100px 0;
252+
background: var(--bg-medium);
253253
}
254254

255255
.features-grid {
@@ -295,7 +295,6 @@
295295
/* How It Works */
296296
.how-it-works {
297297
padding: 100px 0;
298-
background: var(--bg-medium);
299298
}
300299

301300
.steps {
@@ -347,6 +346,7 @@
347346
/* Formats */
348347
.formats {
349348
padding: 100px 0;
349+
background: var(--bg-medium);
350350
}
351351

352352
.formats-table {
@@ -390,7 +390,6 @@
390390
/* Download */
391391
.download {
392392
padding: 100px 0;
393-
background: var(--bg-medium);
394393
text-align: center;
395394
}
396395

0 commit comments

Comments
 (0)