mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UX: improve mention colors for dark color schemes (#28462)
This commit is contained in:
parent
cee2605d88
commit
70ea3f8fcd
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user