Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Bug 1065421 - Add theme color to clock
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehenrty authored and rvandermeulen committed Sep 17, 2014
1 parent 71daa38 commit 9b19ce9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/clock/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
<meta charset="utf-8">
<meta name="theme-color" content="#242d33">
<title>Clock</title>
<link rel="stylesheet" type="text/css" href="style/clock.css">
<link rel="stylesheet" type="text/css" href="style/alarm.css">
Expand Down
1 change: 1 addition & 0 deletions apps/clock/onring.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1">
<meta charset="utf-8">
<meta name="theme-color" content="#242d33">
<title>Clock</title>
<link rel="stylesheet" type="text/css" href="style/clock.css">
<link rel="stylesheet" type="text/css" href="style/alarm.css">
Expand Down

0 comments on commit 9b19ce9

Please sign in to comment.