-
Couldn't load subscription status.
- Fork 6
Description
Describe the bug
The styling of the single page application is being overriden by this Bootstrap file causing unexpected result in production compared to development.
this is how it looks like running locally:
This is how it looks running on power pages:

To Reproduce
Setting css with low priority like MUI classes
Expected behavior
No styling should get overriden by external css.
I wish there was a way to disable all external stylings. You can clear the content from bootstrap.min.css, portalbasictheme.css and theme.css but there are still additional css loaded as shown in the screenshot over which we don't have control. This makes handling theme difficult because it overrides the text color white with black in dark-theme.
