diff --git a/README.md b/README.md index 3e662aa..15769c8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +![alt text](https://raw.githubusercontent.com/x8BitRain/meta-theme-sky-color/master/example/ex.png "Morning, Noon, and Night") + # meta-theme-sky-color Js snippet that changes the mobile Chrome nav bar color to the color of the sky based on time of day. It can be modified to change the color of anything by replacing ```document.querySelector('meta[name="theme-color"]')``` to a div or a css class, etc. @@ -7,7 +9,8 @@ It can be modified to change the color of anything by replacing ```document.quer Copy the contents of metaskycol.min.js into the
of your webpage or