mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-27 10:58:37 -06:00
17521 fix error message toast color in dark mode
This commit is contained in:
parent
6c33801495
commit
a95b6f38e4
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -128,6 +128,9 @@ body[data-bs-theme=dark] {
|
||||
.footer .text-primary {
|
||||
color: white !important;
|
||||
}
|
||||
.toast {
|
||||
color: var(--#{$prefix}body-color);
|
||||
}
|
||||
}
|
||||
|
||||
// Do not apply padding to <code> elements inside a <pre>
|
||||
|
Loading…
Reference in New Issue
Block a user