I’d like to use the bindings for Bootstrap provided by Opa, but I want to use a customized version of Bootstrap, i.e. my own css.
For instance, I’d like to change the background color of hero-unit.
How can I do that ?
Thaks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Just add a css file and overwrite bootstrap css classes.
Here for example how to add a css to your app:
(extracted from http://doc.opalang.org/manual/Hello–chat)