I've been searching through Bootstrap documentation and Stack Overflow, but I haven't been able to find the answer I'm looking for.
It seems like the main theme color, displaying differently in various browsers by tinting the tab bar.
In Safari, you need to choose Compact under Preferences > Tabs > Tab layout, and ensure that Show color in compact tab bar is selected under Preferences > Advanced.
If this setting is disabled, the color only appears when dragging down the page, almost like a colored background peeking through.
Take for example GetBootstrap.com, which uses a tint of rgb(115, 84, 173) or #7354AD. However, I couldn't locate this color in the CSS - it's possible an alpha value is being used.
I considered using a manifest.json
file with parameters like theme_color
or background_color
to change the tint applied by Bootstrap, but I haven't been successful in selecting a different color.
Any help or suggestions would be greatly appreciated!