Add initial support for custom stylesheets (#7164)

* Add initial support for custom stylesheets

Allow an override file `custom.css` that can partially override the
stylesheet used for the web interface.

# Changes
1. Update default views to use custom stylesheet
2. Update documentation

Related to: https://github.com/Ylianst/MeshCentral/issues/7144

* Add custom style support to more views

Load `custom.css` in the following views:
- agentinvite.handlebars
- invite.handlebars
- login2.handlebars
- message2.handlebars
- messenger.handlebars
- player.handlebars
- sharing.handlebars
This commit is contained in:
bundabrg
2025-07-19 04:06:00 +08:00
committed by GitHub
parent bd670a74b4
commit a7633d27c5
12 changed files with 39 additions and 0 deletions

0
public/styles/custom.css Normal file
View File