Plugin to inject custom CSS themes into NetBox.
Tested on Netbox >= 4.1.0.
Warning
This is experimental so use at your own risk 🌞
Install the plugin:
pip install netbox-plugin-themes
Add to Netbox configuration:
# configuration.py
PLUGINS = [
'netbox_themes',
]
Run the migrations and generate static content:
manage.py migrate
manage.py collectstatic
Then restart the Netbox service.
This is a basic example to change to a monospace font:
Or take a look in the samples
directory:
python3 -m pip install --upgrade build
python3 -m build