mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
(mobile) browser chrome theming
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
<link rel="shortcut icon" href="{{ url_for('static', filename='favicon.ico') }}"/>
|
||||
|
||||
<!-- Chrome, Firefox OS and Opera -->
|
||||
<meta name="theme-color" content="#2e7d32" />
|
||||
<meta name="theme-color" content="{{ theme.BROWSERCHROME }}" />
|
||||
<!-- Windows Phone -->
|
||||
<meta name="msapplication-navbutton-color" content="#2e7d32">
|
||||
<meta name="msapplication-navbutton-color" content="{{ theme.BROWSERCHROME }}">
|
||||
<!-- iOS Safari -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
|
||||
Reference in New Issue
Block a user