Search code examples
ruby-on-railshyperlinkbackground-colorscaffoldingscaffold

Rails scaffold black background


i've use scaffold to quick setup an rails app but that make a black background on link in the page and in the navbar. Like this : ( my mouse is over 'New city' )

black background scaffold

That make that also on show, edit, destroy or in the navbar. I thought it was because of Bootstrap but even without that do that.

Any idea ?


Solution

  • Each time you generate a scaffold it also creates scaffold.css file. Delete it to use your own styling.