mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
#6797: Fix alert coloring in dark mode
This commit is contained in:
parent
5ba053a1c0
commit
7b3d285884
BIN
netbox/project-static/dist/netbox-dark.css
vendored
BIN
netbox/project-static/dist/netbox-dark.css
vendored
Binary file not shown.
@ -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
Block a user