mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 18:36:35 +08:00
decrease contrast on danger-low color
This commit is contained in:
parent
98b9913033
commit
948c556cc6
|
@ -225,7 +225,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, 50%, -40%);
|
||||
$danger-low: dark-light-diff($danger, $secondary, 85%, -85%);
|
||||
$danger-medium: dark-light-diff($danger, $secondary, 30%, -60%);
|
||||
|
||||
//success
|
||||
|
|
Loading…
Reference in New Issue
Block a user