Prepare styling to release HACTAR
Currently Translucent adds some general styling in the themes / base CSS. This results in some weird rendering issues within HACTAR / Django. We should decide if:
-
We skip the load of Translucent in the admin app & 500 errors -
We should get rid of general stylings in Translucent -
We set the font outside of the components (via body) or inside of the components (delegate via CSS var)
After the decision, update Translucent and release it again.