You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to try making my own CSS theme from scratch, but I don't want to tread on your preferences. I also think people like to personalize things, and themes are a nice way of doing that.
The simplest way I can think of to do themes is to add a config var THEME, the value of which is inserted into the CSS file path. So I would move all the existing CSS from static/css/*.css to static/css/main/*.css, and then make my own directory static/css/xxx. The line count of the project would be the same.
Is this something you'd consider merging?
The text was updated successfully, but these errors were encountered:
I would like to try making my own CSS theme from scratch, but I don't want to tread on your preferences. I also think people like to personalize things, and themes are a nice way of doing that.
The simplest way I can think of to do themes is to add a config var
THEME
, the value of which is inserted into the CSS file path. So I would move all the existing CSS fromstatic/css/*.css
tostatic/css/main/*.css
, and then make my own directorystatic/css/xxx
. The line count of the project would be the same.Is this something you'd consider merging?
The text was updated successfully, but these errors were encountered: