Skip to content

Commit

Permalink
Canged theme color.
Browse files Browse the repository at this point in the history
  • Loading branch information
arodic committed Jul 8, 2019
1 parent ec28267 commit b39abb2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 35 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

<link rel="manifest" href="./manifest.json" />

<meta name="theme-color" content="#222" />
<meta name="msapplication-TileColor" content="#222" />
<meta name="theme-color" content="#f6f6f6" />
<meta name="msapplication-TileColor" content="#f6f6f6" />

<meta name="mobile-web-app-capable" content="yes" />
<meta name="application-name" content="Aleksandar Aki Rodić" />
Expand Down Expand Up @@ -80,7 +80,7 @@
margin: 0;
width: 100%;
height: 100%;
background: #222;
background: #f6f6f6;
display: flex;
flex-direction: column;
}
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"lang": "en-US",
"start_url": "/",
"display": "standalone",
"background_color": "#222",
"theme_color": "#222",
"background_color": "#f6f6f6",
"theme_color": "#f6f6f6",
"icons": [{
"src": "images/logo/io-32.png",
"type": "image/png",
Expand Down
13 changes: 0 additions & 13 deletions package-lock.json

This file was deleted.

17 changes: 0 additions & 17 deletions package.json

This file was deleted.

0 comments on commit b39abb2

Please sign in to comment.