freeCodeCamp / forum-theme

Themes that we use on our forums
BSD 3-Clause "New" or "Revised" License
14 stars 27 forks source link

FIX: Increase header icon rule specificity #121

Closed davidtaylorhq closed 4 months ago

davidtaylorhq commented 4 months ago

A side effect of the recent header upgrade was to introduce the .btn class on the header buttons. That means they are now subject to the color: inherit rule on line 557 of this theme's css.

This commit increases the specificity of the header icon selector so that it 'wins' over the more general color: inherit rule.

This should fix the icon color problems under the 'day' theme on freecodecamp.

Checklist:

Closes #XXXXX

raisedadead commented 4 months ago

Hey @davidtaylorhq thanks a lot for these fixes, we at freeCodeCamp appreciate everything you all at Discourse do for us 🙌 - Cheers!