Skip to content

Commit 1dc5263

Browse files
committed
Improve accessibility
Used Chrome Lighthouse to evaluate.
1 parent ae40388 commit 1dc5263

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_layouts/default.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ <h1><a class="header" href=/>Stathers.net</a></h1>
4747
<div>
4848
<a class="img_link" style="float:left" href="https://github.com/mstathers/" target="_blank">
4949
<picture class="social_icon" alt="https://github.com/mstathers">
50-
<source srcset="/css/GitHub-Mark-White-32px.png" media="(prefers-color-scheme: dark)" />
51-
<img src="/css/GitHub-Mark-32px.png" />
50+
<source srcset="/css/GitHub-Mark-White-32px.png" media="(prefers-color-scheme: dark)" alt="github log" width="32" height="32" />
51+
<img src="/css/GitHub-Mark-32px.png" alt="github logo" width="32" height="32" />
5252
</picture>
5353
</a>
5454

5555
<a class="img_link" style="float:left" href="https://www.linkedin.com/in/mstathers" target="_blank">
56-
<img class="social_icon" src="/css/InBug-30px-R.png" alt="https://www.linkedin.com/in/mstathers">
56+
<img class="social_icon" src="/css/InBug-30px-R.png" alt="https://www.linkedin.com/in/mstathers" width="39" height="30" />
5757
</a>
5858
</div>
5959
</div>

css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ div.nav_ul_div {
8585
}
8686

8787
div#page_date {
88-
color: #7F7F7F;
88+
color: #595959;
8989
}
9090

9191
div#post {

0 commit comments

Comments
 (0)