Open madduck opened 11 months ago
Please add to the SPA template something like
<link rel="stylesheet" href="/local/styles.css">
at the end of the header. This would allow me to server /local/styles.css from NGinX and do a little bit of customisation, i.e. change the default colour scheme for each domain etc.
/local/styles.css
Yes that sounds good, shouldn't be much work as well.
Please add to the SPA template something like
at the end of the header. This would allow me to server
/local/styles.css
from NGinX and do a little bit of customisation, i.e. change the default colour scheme for each domain etc.