tomsmalley / semantic-reflex

🔧 Semantic UI for Haskell and Reflex-DOM
https://tomsmalley.github.io/semantic-reflex/
BSD 3-Clause Clear License
38 stars 13 forks source link

How to change the theme? #22

Closed johnny555 closed 6 years ago

johnny555 commented 6 years ago

I'd like to be able to change the default theme. However, alot of the semantic-ui docs https://semantic-ui.com/usage/theming.html don't seem to make sense when I look at this repo. For example, where is the site.variables file?

tomsmalley commented 6 years ago

This library has no effect on theming: you’ll need to write your theme and compile with lessc as usual, just load your custom semantic.css file instead of the default one.

johnny555 commented 6 years ago

Ok thanks!