mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-02 08:15:56 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user