audio streaming app plyr.fm

fix: use readable text color in docs light mode (#1046)

--sl-color-white was set to #fafafa in light mode, but Starlight uses
this variable for high-contrast foreground text. fix it to #171717
(matching --sl-color-gray-1) so text is dark on light backgrounds,
consistent with how Starlight's own defaults flip this variable.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>

authored by zzstoatzz.io

Claude Opus 4.6 and committed by
GitHub
dc489e6c 67ebb28f

+1 -1
+1 -1
docs-site/src/styles/custom.css
··· 32 --sl-color-accent-high: #1a3a6a; 33 --sl-color-text-accent: #4a7ddd; 34 35 - --sl-color-white: #fafafa; 36 --sl-color-gray-1: #171717; 37 --sl-color-gray-2: #525252; 38 --sl-color-gray-3: #737373;
··· 32 --sl-color-accent-high: #1a3a6a; 33 --sl-color-text-accent: #4a7ddd; 34 35 + --sl-color-white: #171717; 36 --sl-color-gray-1: #171717; 37 --sl-color-gray-2: #525252; 38 --sl-color-gray-3: #737373;