Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Commit

Permalink
luci-theme-darkmatter: correct theme color for mobile browser
Browse files Browse the repository at this point in the history
  • Loading branch information
KFERMercer committed Sep 23, 2019
1 parent 1d06629 commit af9e7b2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@
<meta name="full-screen" content="yes">
<meta name="x5-page-mode" content="app">
<meta name="browsermode" content="application">
<meta name="theme-color" content="#0099CC">
<meta name="theme-color" content="#2F2E2A">
<meta name="msapplication-tap-highlight" content="no">
<meta name="msapplication-TileColor" content="#0099CC">
<meta name="msapplication-TileColor" content="#2F2E2A">
<meta name="msapplication-TileImage" content="<%=media%>/img/logo.png" />
<link rel="stylesheet" href="<%=media%>/css/style.css">
<link rel="shortcut icon" href="<%=media%>/img/favicon.ico">
Expand Down

0 comments on commit af9e7b2

Please sign in to comment.