EthicalSource / hippocratic-license-3

An ethical license for open source.
https://firstdonoharm.dev/
Other
33 stars 5 forks source link

Rework CSS to use classes instead of styling elements directly #19

Closed nilsnh closed 2 years ago

nilsnh commented 2 years ago

This is an enhancement or nice-to-have.

Moving forward I suspect that we'll run into styling bugs with the current approach of targeting HTML elements directly with CSS. I believe we should start using CSS classes to style the HTML.

Sources worth looking into:

nilsnh commented 2 years ago

Fixed in #30