Created by: maxxst
you can add i.e. "blue" as a class to your div for a blue background if you add additionaly
- bordered ~> the div gets a border with border-color: darkend(@color, 10%)
- hovered ~> the div gets a hover-efect with background-color: darkend(@color, 5%)
- contrast ~> on dark background-colors the font becomes white, and the other way round
if you add the colorclass to a span, a or p it changes the font-color