Changing the browser header colour
Published on
Last modified on
Some sites have begun changing the colour of their header or tab, depending on
the browser and device. I found this
article
from Google introducing the support for the new meta
tag theme-color
. Using
the tag is straightforward:
<meta name="theme-color" content="#18628E">
Where #18628E
is the colour of the header bar in hexadecimal format. I imagine
other browsers and devices may support this in the future.