We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20485df commit a3ccd57Copy full SHA for a3ccd57
2 files changed
img/favicon.svg
remote.html
@@ -5,7 +5,12 @@
5
<meta charset="utf-8" />
6
<meta name="viewport" content="width=device-width, initial-scale=1" />
7
<meta name="google" content="notranslate" />
8
- <link rel="icon" href="data:;base64,iVBORw0KGgo=" />
+ <!-- Modern SVG favicon with dark mode support -->
9
+ <link
10
+ rel="icon"
11
+ href="modules/MMM-Remote-Control/img/favicon.svg"
12
+ type="image/svg+xml"
13
+ />
14
<link rel="stylesheet" href="css/main.css" />
15
<link rel="stylesheet" href="css/roboto.css" />
16
<link rel="stylesheet" href="css/font-awesome.css" />
0 commit comments