gustafl / lexeme

A new take on language learning.
1 stars 0 forks source link

Make CSS themes #50

Open gustafl opened 8 years ago

gustafl commented 8 years ago

The user should be able to change the colors and fonts used in the application. Theme stylesheets must be defined in CSS (not SASS), so they can be loaded without preprocessing. Design the standard for Lexeme themes, and implement two examples (e.g. Dark and Bright).

Note that colors sometimes need to be defined in two variations: one normal and one for hover/selected.

Modify the SASS files to the theme design.