Skip to content

Commit 91d483f

Browse files
jmxpearsonclaude
andcommitted
Make the banner subtitle white
The subtitle was pinned to #B5B5B5 inline. That read fine against the flat violet header, but washed out once the banner became a photo behind a lightened scrim. Drop the inline override rather than hardcoding white: .jumbotron already sets color: white, so the subtitle now inherits it along with the title and stays consistent if that colour is ever changed. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013CB1BSCz8YKpK4YyZiN81C
1 parent 1d1ac86 commit 91d483f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_includes/jumbotron.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
<div class="container">
33
<br>
44
<h1>{{ page.title }}</h1>
5-
<h5 style="color: #B5B5B5">{{ page.desc }}</h5>
5+
<!-- No colour override: inherits white from .jumbotron. The old grey
6+
(#B5B5B5) washed out once the flat violet header became a photo. -->
7+
<h5>{{ page.desc }}</h5>
68
</div>
79
</div>

0 commit comments

Comments
 (0)