Sometimes it’s the little things that can give your brand that extra boost, changing the users address bar colour in mobile can do just that! The theme colour in the address bar of mobile browsers can be changed very easily with the following meta-tag being inserted into the header section of your websites code:

<meta name="theme-color" content="#999999" />

NOTE: This meta tag is ignored if native dark-mode is enabled on your android device.