diff options
author | altaf-creator <64111012+altaf-creator@users.noreply.github.com> | 2023-05-07 21:08:41 +0700 |
---|---|---|
committer | altaf-creator <64111012+altaf-creator@users.noreply.github.com> | 2023-05-07 21:08:41 +0700 |
commit | e6583349ce1b70c557a1528bbfe542ea5b90d9c1 (patch) | |
tree | 135439b962043c203590ea52daac827b9a54ae8f /src | |
parent | 37a83640e44395cfbbd699846e3c1aa619e460fa (diff) |
Fix theme color
Diffstat (limited to 'src')
-rw-r--r-- | src/attribution.html | 1 | ||||
-rw-r--r-- | src/index.html | 1 | ||||
-rw-r--r-- | src/sura.html | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/src/attribution.html b/src/attribution.html index 9449abb..7f7c45a 100644 --- a/src/attribution.html +++ b/src/attribution.html @@ -14,7 +14,6 @@ <!-- ios support --> <link rel="apple-touch-icon" href="images/favicon.png"> <meta name="apple-mobile-web-app-status-bar" content="#f3f3f3"> - <meta name="theme-color" content="#db4938" /> <title>OpenQuran</title> </head> diff --git a/src/index.html b/src/index.html index 60251b9..813573f 100644 --- a/src/index.html +++ b/src/index.html @@ -14,7 +14,6 @@ <!-- ios support --> <link rel="apple-touch-icon" href="images/favicon.png"> <meta name="apple-mobile-web-app-status-bar" content="#f3f3f3"> - <meta name="theme-color" content="#db4938" /> <title>OpenQuran</title> </head> diff --git a/src/sura.html b/src/sura.html index 73ef741..e90d78a 100644 --- a/src/sura.html +++ b/src/sura.html @@ -14,7 +14,6 @@ <!-- ios support --> <link rel="apple-touch-icon" href="images/favicon.png"> <meta name="apple-mobile-web-app-status-bar" content="#f3f3f3"> - <meta name="theme-color" content="#db4938" /> <title>OpenQuran</title> </head> |