Asgaros / asgaros-forum

Asgaros Forum WordPress plugin repository.
https://asgaros.com
GNU General Public License v2.0
90 stars 34 forks source link

CSS: Use modern features, avoid the use of !important #350

Open mbaierl opened 2 years ago

mbaierl commented 2 years ago

It would be helpful if the CSS stack would use modern features (like i.e. CSS Variables) for the colors.

This would limit the amount of CSS needed to be written in the page itself and it would limit the use of !important, which makes it sometimes hard(er) to overwrite the styles.

glorious1 commented 2 years ago

@mbaierl , you might consider making those improvements in a fork and submitting as a pull request.

mbaierl commented 2 years ago

@glorious1 If time permits I might do that.