From f7b9d5ba09167d2314c929c26115a679b8f7bd25 Mon Sep 17 00:00:00 2001 From: Nihaal Sharma Date: Sat, 30 Sep 2023 15:33:07 +0100 Subject: [PATCH] Fix image link --- app.webmanifest | 6 +++--- images/{makeLogoEntries => }/uranium1024.png | Bin images/{makeLogoEntries => }/uranium64.png | Bin index.html | 4 ++-- style.css | 3 --- 5 files changed, 5 insertions(+), 8 deletions(-) rename images/{makeLogoEntries => }/uranium1024.png (100%) rename images/{makeLogoEntries => }/uranium64.png (100%) diff --git a/app.webmanifest b/app.webmanifest index 18ce1dd..0121622 100644 --- a/app.webmanifest +++ b/app.webmanifest @@ -1,11 +1,11 @@ { - "name": "neon443 Progressive Web App", + "name": "neon443 PWA", "short_name": "neon443", "description": ".", "icons": [ { - "src": "./images/app-icon.png", - "sizes": "512×512", + "src": "./images/icon.png", + "sizes": "1024x1024", "type": "image/png" } ], diff --git a/images/makeLogoEntries/uranium1024.png b/images/uranium1024.png similarity index 100% rename from images/makeLogoEntries/uranium1024.png rename to images/uranium1024.png diff --git a/images/makeLogoEntries/uranium64.png b/images/uranium64.png similarity index 100% rename from images/makeLogoEntries/uranium64.png rename to images/uranium64.png diff --git a/index.html b/index.html index e3f76ba..ed420ae 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,7 @@ This site really needs a good logo (view the current one here), if you are good at digital art, please email me.


Currently Entered:

- - + + diff --git a/style.css b/style.css index 5c61dd0..d6f640c 100644 --- a/style.css +++ b/style.css @@ -155,9 +155,6 @@ -moz-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.25); } - #ntLnkToast { - background-color: rgba(0, 0, 0, 0.25); - } } @media screen and (max-width: 600px) {