stevenbui44 / flashcode

This application allows users to create and study flashcards tailored to LeetCode problems' questions, solutions, approaches, and time/space complexities.
0 stars 0 forks source link

Dark theme CSS to the existing pages #38

Closed stevenbui44 closed 3 months ago

stevenbui44 commented 4 months ago

The assortments/cards and /study pages need CSS for a dark theme to them. You started some CSS earlier, but you need to finish it now.

Here's what the assortment/cards page looks like:

image

And here's what the study page looks like:

image
stevenbui44 commented 3 months ago

I finished it, here's what the dark theme looks like now:

image image