-
-
Notifications
You must be signed in to change notification settings - Fork 791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved css theming #915
base: master
Are you sure you want to change the base?
Improved css theming #915
Conversation
Definitely an area in need of improvement. This project would benefit from Sass + Compass or some other preprocessor. But this is a great start. |
indeed. but that was just too much to start with for my life style right now ;) |
Testing this today. Stay tuned |
Some testing observations so far:
|
because the theme link tags on page load all have the
i ignored that completely. i still believe we should remove all this theming complexity and have just 2 -- light and dark ;) |
observation: i would like to get rid of that disabled-attribute-toggling on
DOMContentLoaded
but for some weird reason the browser would not apply the css if leave out the disabled-attribute in the php logic.also fixed browser-cachability of custom.php.