Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cayman-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Long <jason@jasonlong.me>2016-01-28 17:15:40 +0300
committerJason Long <jason@jasonlong.me>2016-01-28 17:15:40 +0300
commitf697c4d53e614e43832728bae714f8233a5f012b (patch)
treec8671100870179018f06447c2c90fe894f073110
parentbe0d457dd53c92bdb2d0cb28e1d14eeb6c8b049b (diff)
parent9ed015c98b61b9be564b0822fec477401fb047a6 (diff)
Merge pull request #14 from EtherTyper/patch-1
Add theme color for Chrome on Android >= 39
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 25f5718..ff3bb39 100644
--- a/index.html
+++ b/index.html
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title>Cayman</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="theme-color" content="#157878">
<link rel="stylesheet" href="css/normalize.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/cayman.css">