Skip to content

Commit 11bd92b

Browse files
Fix Code Samples title: add explicit light text color on dark background
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7d338d2 commit 11bd92b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1455,7 +1455,7 @@ <h2 class="card-title">Secure In-Boundary Processing</h2>
14551455
<div class="card card-code span-4 row-2 reveal" aria-label="Sample code coming soon">
14561456
<div class="card-glow" style="width:100px;height:100px;top:10px;right:10px;background:rgba(107,47,160,0.25);"></div>
14571457
<div class="card-inner" style="padding:18px 22px;">
1458-
<div style="font-family:'Sora',sans-serif;font-weight:700;font-size:14px;letter-spacing:-0.3px;">Code Samples</div>
1458+
<div style="font-family:'Sora',sans-serif;font-weight:700;font-size:14px;letter-spacing:-0.3px;color:var(--text-primary);">Code Samples</div>
14591459
<p style="font-size:11px;color:var(--text-secondary);margin-top:3px;line-height:1.5;">Pattern starters and reference architectures.</p>
14601460
<div class="code-preview" aria-hidden="true" style="margin-top:8px;">
14611461
<span class="code-line"><span class="kw">from</span> <span class="fn">cheatcode</span> <span class="kw">import</span> <span class="fn">patterns</span></span>

0 commit comments

Comments
 (0)