Allow to add custom CSS - #38
Conversation
With this simple change you can enable anyone to adjust styles by adding a custom_css array into the params file. Mine looks like this: ``` custom_css = ["css/custom.css"] ``` And the I just add the file into the static directory. This would be most useful for many people.
|
Eureka has a feature to add a You can just create I did not mention it in documentation for now, because I have not decided whether to add it or not (Like a dark launch ;-)). Do you think this feature is worth adding? I think this can at least solve the problem of adding custom css. |
In my opinion, this feature is really worth adding.👍 |
With this simple change you can enable anyone to adjust styles by adding a custom_css array into the params file. Mine looks like this:
And then I just add the file into the static directory.
This would be most useful for many people.