UX: improve mention colors for dark color schemes (#28462)

This commit is contained in:
Kris 2024-08-21 11:45:48 -04:00 committed by GitHub
parent cee2605d88
commit 70ea3f8fcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -264,15 +264,15 @@ $hpad: 0.65em;
text-wrap: nowrap;
&.--bot {
background: var(--highlight-low-or-medium);
background: var(--success-low);
}
&.--wide {
background: var(--highlight);
background: var(--highlight-low-or-medium);
}
&.--current {
background: var(--tertiary-low);
background: var(--tertiary-400);
}
}