Open tempire opened 2 days ago
customCSS = ["css/custom.css"] # Files in the list will be loaded in order.
Where in the directory structure is css/ expected?
Under the static folder:
static
If there are no special instructions, usually all resources will be placed in the static folder.
customCSS = ["css/custom.css"] # Files in the list will be loaded in order.
Where in the directory structure is css/ expected?