meteor-useraccounts / materialize

Accounts Templates styled for Materialize.
http://useraccounts.meteor.com/
MIT License
49 stars 26 forks source link

How do you change the button's waves-effect color? #22

Closed lukastheiler closed 8 years ago

lukastheiler commented 8 years ago

Hi,

I think {{> atNavButton }} currently uses .waves-teal . I can change the button colors via css:

.btn, .btn-large { 
  background-color: #455A64; /* BG */
  color: #CFD8DC; /* Text */
}

But how can i change the waves effect color?

Thanks! Lukas

mitar commented 8 years ago

I think this is a better question for Materialize CSS repository.