matcornic / hugo-theme-learn

Porting Grav Learn theme to Hugo
https://learn.netlify.com/en/
MIT License
1.61k stars 1.28k forks source link

remove !important from css rules #484

Closed DanielRuf closed 3 years ago

DanielRuf commented 3 years ago

!important makes it unnecessary hard to overwrite things by not following the specificity rules.

We should remove all instances of !important.

https://github.com/matcornic/hugo-theme-learn/blob/master/static/css/theme-blue.css

DanielRuf commented 3 years ago

cc @McShelby