mirror of
https://github.com/discourse/discourse.git
synced 2025-04-19 21:59:05 +08:00
Improving color contrast of $danger-low for dark themes
This commit is contained in:
parent
f4d37d05c3
commit
816acc6984
@ -230,7 +230,7 @@ $highlight-medium: dark-light-diff($highlight, $secondary, 50%, -55%);
|
||||
$highlight-high: dark-light-diff($highlight, $secondary, -50%, -10%);
|
||||
|
||||
//danger
|
||||
$danger-low: dark-light-diff($danger, $secondary, 85%, -85%);
|
||||
$danger-low: dark-light-diff($danger, $secondary, 85%, -64%);
|
||||
$danger-medium: dark-light-diff($danger, $secondary, 30%, -35%);
|
||||
|
||||
//success
|
||||
|
Loading…
x
Reference in New Issue
Block a user