add shadow to cables (#98)

* addes shadow to edge

* changed bg color in dark mode
This commit is contained in:
mattieserver
2022-05-06 06:43:06 +02:00
committed by GitHub
parent 6be028b9dc
commit de92627176
4 changed files with 8 additions and 2 deletions
@@ -2,3 +2,6 @@
height: 70vh;
}
html[data-netbox-color-mode=dark] #visgraph {
background-color: #212529;
}