Tracking /webroot, contains custom.css and robots.txt, might have to add

favicon.ico too.
This commit is contained in:
2025-10-02 10:43:44 +01:00
parent 87fd97730e
commit d9d45ff6ea
5 changed files with 105 additions and 3 deletions

4
webroot/custom.css Normal file
View File

@@ -0,0 +1,4 @@
/* Put any CSS you want in here, it will be applied to the whole website */
* {
font-family: sans-serif;
}