1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

#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 5 additions and 1 deletions

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;