Skip to content

Commit f63a1a6

Browse files
fix(site): restore correct --sl-color-black in light mode for search box contrast (#646)
Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/450f8317-4c5f-4a92-ac6d-c549d6577d12 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
1 parent 7a0d268 commit f63a1a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

site/src/styles/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
--sl-color-accent: #6b46c1;
3636
--sl-color-accent-high: #4c2889;
3737
--sl-color-text-accent: #6b46c1;
38-
--sl-color-black: #1f2328;
38+
--sl-color-black: #ffffff;
3939
--sl-color-text: #1f2328;
4040
--sl-color-bg: #ffffff;
4141
--sl-color-bg-sidebar: #f6f8fa;

0 commit comments

Comments
 (0)