Skip to content

Commit 8785345

Browse files
Fix title color to be pure white with important declaration
1 parent f7ef7d4 commit 8785345

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

assets/built/screen.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/built/screen.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/components/immersive.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,7 @@
432432
font-size: clamp(1.75rem, 1.5rem + 1.2vw, 2.5rem);
433433
text-shadow: 0 2px 8px rgba(0,0,0,0.9), 0 4px 24px rgba(0,0,0,0.6);
434434
letter-spacing: -0.025em;
435+
color: #fff !important;
435436
}
436437

437438
.imm-about__subtitle {

0 commit comments

Comments
 (0)