#6797: Fix alert coloring in dark mode

This commit is contained in:
checktheroads 2021-07-24 00:59:11 -07:00
parent 5ba053a1c0
commit 7b3d285884
2 changed files with 4 additions and 0 deletions

Binary file not shown.

View File

@ -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;