I added some CSS files since .scss can't be imported into css.
I used the scss files, only difference is I removed the -lm and -dm in the variable names for the specific dark and light mode files, since those aren't needed in there, and it makes switching from one to the other much simpler.
Hi!
I added some CSS files since .scss can't be imported into css.
I used the scss files, only difference is I removed the
-lm
and-dm
in the variable names for the specific dark and light mode files, since those aren't needed in there, and it makes switching from one to the other much simpler.