Improve badge visibility with updated styles (#305734)

style: update badge background and text color for improved visibility

Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Lee Murray
2026-03-27 17:54:14 +00:00
committed by GitHub
parent 7466d76783
commit b8b0273793

View File

@@ -87,8 +87,8 @@
font-size: 11px;
padding: 2px 0;
border-radius: 4px;
background-color: var(--vscode-badge-background);
color: var(--vscode-badge-foreground);
background-color: color-mix(in srgb, var(--vscode-foreground) 10%, transparent);
color: var(--vscode-descriptionForeground);
line-height: 1;
font-weight: 600;
min-width: 16px;