Disable the yellow transition in ember app kit

Hi, I am using Ember App Kit for my project.The yellow color transition in every click,page render or url change is pretty annoying.

Anyone ,suggest how to disable it. –Thanks

If a new project you should give ember cli a try. It is the successor to ember app kit.

To answer your question though:

remove the style block in the index.html file.

https://github.com/stefanpenner/ember-app-kit/blob/master/app/index.html#L62