BaldissaraMatheus / Tasks.md

A self-hosted, Markdown file based task management board
https://hub.docker.com/r/baldissaramatheus/tasks.md
MIT License
478 stars 15 forks source link

Remove !important declaration to css files #80

Open BaldissaraMatheus opened 5 months ago

BaldissaraMatheus commented 5 months ago

The way !important declaration is being used to multiple css selectors prevents users to fully customize the aplication styling, making them to style directly into index.css, which is discouraged because it can change every release. This change may be achieved by using css layers.