Files
mrb-netbox-topology-views/netbox_topology_views/static_dev/css/app.scss
T
mattieserver de92627176 add shadow to cables (#98)
* addes shadow to edge

* changed bg color in dark mode
2022-05-06 06:43:06 +02:00

7 lines
111 B
SCSS

#visgraph {
height: 70vh;
}
html[data-netbox-color-mode=dark] #visgraph {
background-color: #212529;
}