Serve static content (css, js) for default UIs from DefaultResourcesFilter

This commit is contained in:
Daniel Garnier-Moiroux
2024-08-27 17:10:27 +02:00
committed by Rob Winch
parent be6dc1d2bf
commit c5c5cd5ed0
7 changed files with 334 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
body {
color: #6db33f;
}