#6797: Fix alert coloring in dark mode
This commit is contained in:
parent
5ba053a1c0
commit
7b3d285884
File diff suppressed because one or more lines are too long
|
|
@ -43,6 +43,10 @@ $mark-bg: #fcf8e3;
|
|||
$link-color: $blue-200;
|
||||
$link-hover-color: $blue-100;
|
||||
|
||||
// Alerts
|
||||
$alert-bg-scale: -5%;
|
||||
$alert-border-scale: -20%;
|
||||
|
||||
// Tables
|
||||
$table-color: $gray-100;
|
||||
$table-border-color: $border-color;
|
||||
|
|
|
|||
Loading…
Reference in New Issue