Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

keeps reverting my CSS changes in main.css

.hero {
  height: 335px;
  background: url("../img/bg-main.jpg"), linear-gradient(#75da8f, #77cae9);
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 3.125em; }

I would like to delete linear-gradient(#75da8f, #77cae9);, but it keeps reverting the change.

1 Answer

Did you check your other classes to see if you have this same code listed elsewhere? Maybe its being overwritten by other code?

I don't think that's the problem here. It reverts the changes when I add anything to this main.css file. Maybe something to do with main.scss file?