Fix dark mode (#90)

* fixed dark mode
This commit is contained in:
mattieserver
2022-03-10 11:46:00 +01:00
committed by GitHub
parent f5d9f589bf
commit b792128415
6 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='netbox-topology-views',
version='1.0.1',
version='1.0.2',
description='An NetBox plugin to create Topology maps',
url='https://github.com/mattieserver/netbox-topology-views',
author='Mattijs Vanhaverbeke',