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

#6372: Fix toast colors in dark mode

This commit is contained in:
checktheroads
2021-05-22 17:17:31 -07:00
parent ee2de33643
commit 0a01629b15
6 changed files with 14 additions and 5 deletions

View File

@@ -65,6 +65,7 @@
// Use proper contrasting color for badge & progress-bar foreground color.
@each $color, $value in $theme-colors {
.badge,
.toast,
.progress-bar {
&.bg-#{$color} {
color: color-contrast($value);