-
Notifications
You must be signed in to change notification settings - Fork 6
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
Consider CSS refactor #120
Comments
Hey @tuurep I think you are mainly in charge of CSS and styling here ^^ so what do you think about the question of the compiler? |
Honestly I know absolutely nothing about that But I can start looking at it after getting everything else out of the way |
Okay, no worries! If you think we don't need it we can also forget about it. Let me know when the time comes :) |
Yeah lets keep this at the backburner, non-urgent |
So since no one was excited about a compiler I would not add one and stay with Vanilla CSS, just refactoring the following:
@tuurep what do you think? |
Yes, that sounds good to me! But do I understand correctly that every single color should be used as a variable instead of straight hex colors in tags? |
Yes, that's what I was thinking. So that the dark vs. light mode is just a matter of changing the color variables' values and making other color-only adjustments is easy for users in customization. |
Yeah, lets go with that. Did you wanna do this, as you've self-assigned? 😄 |
Yes, I was thinking to do this before the Notebook colors so that we don't touch everything twice ^^ |
Ok, thanks! |
Original description
Followup from discussion #118 (comment)
Regarding color variables like this:
Ideas about adding more tooling for CSS:
The text was updated successfully, but these errors were encountered: