mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
reinstate amendment to 16649
This commit is contained in:
parent
b2be59896a
commit
cc3d937ea8
BIN
netbox/project-static/dist/netbox.css
vendored
BIN
netbox/project-static/dist/netbox.css
vendored
Binary file not shown.
@ -106,6 +106,10 @@ body[data-bs-theme=dark] {
|
|||||||
.btn {
|
.btn {
|
||||||
color: var(--#{$prefix}body-color);
|
color: var(--#{$prefix}body-color);
|
||||||
}
|
}
|
||||||
|
// Stops table headers from appearing as primary link color
|
||||||
|
th.orderable a {
|
||||||
|
color: var(--#{$prefix}body-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Adjusting text colors
|
// Adjusting text colors
|
||||||
|
Loading…
Reference in New Issue
Block a user