We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 677c29a commit 88b02a5Copy full SHA for 88b02a5
index.html
@@ -6,7 +6,7 @@
6
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
7
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
8
<title>Trackle™</title>
9
- <meta name="theme-color" content="#ffffff" />
+ <meta name="theme-color" content="#fdfdfe" />
10
<link rel="icon" type="image/x-icon" href="/logo.png" />
11
<style>
12
html, body, iframe {
@@ -18,7 +18,7 @@
18
display: flex;
19
justify-content: center;
20
align-items: center;
21
- background-color: #ffffff; /* Permanent background color */
+ background-color: #fdfdfe; /* Permanent background color */
22
font-family: Arial, sans-serif;
23
color: #333;
24
}
0 commit comments