-
as the title says, what elements do i have to style? |
Beta Was this translation helpful? Give feedback.
Answered by
MajorMuff
Nov 30, 2023
Replies: 1 comment
-
I personally style each button separately using css' ":nth-child()" selector which seems to work well. Find it in my style.css here There's probably some better way of doing this but this works for me. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RGBCube
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I personally style each button separately using css' ":nth-child()" selector which seems to work well. Find it in my style.css here
I import the colors from a separate css file which in turn I update using a script when I feel like changing things up.
There's probably some better way of doing this but this works for me.