There's a style option
Other finds are hard coding
to set the color to inherit from.
But, in doing so, that would remove the built in light/dark mode, and may mess up light mode to display darker, if you wanted to just be constrained to a light style, as that is already defined in
As you can see from the screenshot, it makes navigation page-to-back, home screen viewing, or tabbing difficult on Android, even on here.
I've tried workarounds that don't compromise style-switching without luck.
Edit: This isn't an issue on dark mode.
metaThemeColor, which I presume is supposed to do just that, but it doesn't.Other finds are hard coding
HTML:
<meta name="theme-color" content="">
But, in doing so, that would remove the built in light/dark mode, and may mess up light mode to display darker, if you wanted to just be constrained to a light style, as that is already defined in
PAGE_CONTAINER.As you can see from the screenshot, it makes navigation page-to-back, home screen viewing, or tabbing difficult on Android, even on here.
I've tried workarounds that don't compromise style-switching without luck.
Edit: This isn't an issue on dark mode.