Skip to content

Commit 88b02a5

Browse files
authored
Update index.html
1 parent 677c29a commit 88b02a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
77
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
88
<title>Trackle™</title>
9-
<meta name="theme-color" content="#ffffff" />
9+
<meta name="theme-color" content="#fdfdfe" />
1010
<link rel="icon" type="image/x-icon" href="/logo.png" />
1111
<style>
1212
html, body, iframe {
@@ -18,7 +18,7 @@
1818
display: flex;
1919
justify-content: center;
2020
align-items: center;
21-
background-color: #ffffff; /* Permanent background color */
21+
background-color: #fdfdfe; /* Permanent background color */
2222
font-family: Arial, sans-serif;
2323
color: #333;
2424
}

0 commit comments

Comments
 (0)