mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
UX: Increase contrast for mentions on dark theme.
This commit is contained in:
parent
7af0e0006f
commit
c5e0b74321
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ table.md-table {
|
|||
|
||||
a.mention, a.mention-group {
|
||||
padding: 2px 4px;
|
||||
color: dark-light-diff($primary, $secondary, 30%, -30%);
|
||||
color: dark-light-diff($primary, $secondary, 30%, -20%);
|
||||
background: dark-light-diff($primary, $secondary, 95%, -60%);
|
||||
border-radius: 8px;
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Add table
Reference in a new issue