Removes the H021 tag and does the relevant clean-up. In this case, inline styles are refactored into external CSS via pre-existing stylesheets.
Unsure of the CSS class names, very open to changes. One in particular I really disliked, but left a note-to-self. Historically more of a back-end dev, so apologies if I missed something obvious with these changes!
Tests and linting
[x] This branch is up-to-date with the develop branch.
[x] pytest passes on my local development environment.
[x] pre-commit passes on my local development environment.
(pre-commit technically fails on some .py files and migrations, but none of the new changes it seems)
Fixes issue
https://github.com/lucyparsons/OpenOversight/issues/969
Description of Changes
Removes the H021 tag and does the relevant clean-up. In this case, inline styles are refactored into external CSS via pre-existing stylesheets.
Unsure of the CSS class names, very open to changes. One in particular I really disliked, but left a note-to-self. Historically more of a back-end dev, so apologies if I missed something obvious with these changes!
Tests and linting
develop
branch.pytest
passes on my local development environment.pre-commit
passes on my local development environment.(
pre-commit
technically fails on some .py files and migrations, but none of the new changes it seems)