Fix white button text colour in dark mode

btn-white appears inside section-dark sections which stay dark;
pin its text to #0A0A0A so it doesn't inherit the flipped --ink token.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Jon
2026-06-13 20:01:49 +01:00
parent a052ceb744
commit 5b10d5fe49

View File

@@ -1073,6 +1073,8 @@ html.dark .btn-outline {
html.dark .btn-outline:hover { border-color: #F0F0ED; }
html.dark .btn-white { color: #0A0A0A; }
html.dark .industry-cell { background: #0F0F0E; }
html.dark .section-off .industry-cell { background: #161615; }