Skip to content

Commit

Permalink
apple-touch-icon updates
Browse files Browse the repository at this point in the history
  • Loading branch information
dkerr64 committed Jan 8, 2024
1 parent bc25e0e commit 4a13076
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,3 +130,5 @@ Special credit goes to the Chamberlain Group, without whose irredeemably stupid
their API to third
parties](https://chamberlaingroup.com/press/a-message-about-our-decision-to-prevent-unauthorized-usage-of-myq),
this firmware would never have been necessary.

[Garage icons](https://www.flaticon.com/free-icons/garage) created by Creative Squad - Flaticon
2 changes: 1 addition & 1 deletion src/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<title>HomeKit Garage Door Opener</title>
<link rel="stylesheet" href="./style.css">
<link rel="icon" href="./favicon.png" type="image/png">
<!-- <link rel="apple-touch-icon" sizes="512x512" href="TBD.png"> -->
<link rel="apple-touch-icon" sizes="512x512" href="./ratgdo_logo.png">
</head>

<body>
Expand Down
Binary file added src/www/ratgdo_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/www/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ input {
border-color: #e6e6e6;
color: black;
}
a {
color: black;
}
}

@media (prefers-color-scheme: dark) {
Expand All @@ -49,6 +52,9 @@ input {
border-color: #333333;
color: white;
}
a {
color: white;
}
}

div {
Expand Down

0 comments on commit 4a13076

Please sign in to comment.