Skip to content

Commit

Permalink
added accesibility and fixed web manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
erikpersson0884 committed Mar 27, 2024
1 parent dd7fa3c commit 25c62a3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ body {

footer img {
height: 1rem;
width: 2rem;
width: auto;
vertical-align: middle;
}

Expand Down
Binary file modified images/pride-flag-by-goken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="author" content="Erik Persson">
<meta name="language" content="English">
<meta name="theme-color" content="#000000">


<title>pins</title>
<link rel="icon" href="images/pride-flag-by-goken.png" type="image/x-icon">
Expand Down Expand Up @@ -51,7 +51,7 @@ <h1>HowTo pins</h1>
<div class="selectImageContainer">
<input id="selectImageInput" type="file" accept="image/*" class="hidden" />

<img id="selectImageButton" src="images/icons/upload-white.svg" height="4">
<img id="selectImageButton" src="images/icons/upload-white.svg" height="4" alt="upload image">
<span id="fileName" class="fileName">No file chosen</span>
</div>

Expand Down
2 changes: 1 addition & 1 deletion pwa/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"lang": "en-US",
"theme_color": "#2196f3",
"background_color": "#2196f3",
"display": "browser",
"display": "standalone",
"scope": "/",
"start_url": "/",
"icons": [
Expand Down

0 comments on commit 25c62a3

Please sign in to comment.