mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-09 00:58:16 -06:00
fixed #16650: green bg text contrast issue
This commit is contained in:
parent
4a962386c0
commit
5f24cbc5ec
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -111,6 +111,11 @@ table th.orderable a {
|
|||||||
.text-bg-green,.text-bg-success,.progress-bar {
|
.text-bg-green,.text-bg-success,.progress-bar {
|
||||||
color: $rich-black!important;
|
color: $rich-black!important;
|
||||||
}
|
}
|
||||||
|
.bg-green {
|
||||||
|
a, i, span {
|
||||||
|
color: $rich-black!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Dark mode overrides
|
// Dark mode overrides
|
||||||
body[data-bs-theme=dark] {
|
body[data-bs-theme=dark] {
|
||||||
|
Loading…
Reference in New Issue
Block a user