mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-24 01:38:47 +02:00
17521 fix error message toast color in dark mode
This commit is contained in:
committed by
Jeremy Stretch
parent
f7dd09da08
commit
44c7786cd9
2
netbox/project-static/dist/netbox.css
vendored
2
netbox/project-static/dist/netbox.css
vendored
File diff suppressed because one or more lines are too long
@@ -128,6 +128,9 @@ body[data-bs-theme=dark] {
|
|||||||
.footer .text-primary {
|
.footer .text-primary {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
.toast {
|
||||||
|
color: var(--#{$prefix}body-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Do not apply padding to <code> elements inside a <pre>
|
// Do not apply padding to <code> elements inside a <pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user