fix: improve cable count badge contrast

This commit is contained in:
2026-07-28 14:48:33 +02:00
parent d9d2e4dd59
commit a1d28e922d
3 changed files with 9 additions and 1 deletions
@@ -146,3 +146,10 @@ html[data-netbox-color-mode="dark"] .rack-device {
border-top: 1px solid var(--tblr-border-color, #ced4da);
}
.rack-topology-tooltip small { opacity: .65; }
.rack-cable-count {
min-width: 2rem;
margin-left: .35rem;
background-color: #52606d !important;
color: #fff !important;
text-align: center;
}