aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-04-09 18:08:34 +0100
committerYann Herklotz <git@yannherklotz.com>2023-04-09 18:08:34 +0100
commit3610dede35139cf9d6d48c1c60e6e1ea506d628b (patch)
treef9b0fd314b571650ffd3fafcb4cefb1e6520d410
parent5fb1baf8fcf3dd9e4ca5102d875cd05134a9535a (diff)
downloadyannherklotz.com-3610dede35139cf9d6d48c1c60e6e1ea506d628b.tar.gz
yannherklotz.com-3610dede35139cf9d6d48c1c60e6e1ea506d628b.zip
Make more accessible
-rw-r--r--themes/ymherklotz/layouts/partials/footer.html18
-rw-r--r--themes/ymherklotz/static/css/default.css10
2 files changed, 14 insertions, 14 deletions
diff --git a/themes/ymherklotz/layouts/partials/footer.html b/themes/ymherklotz/layouts/partials/footer.html
index 4e84f30..8fef1a9 100644
--- a/themes/ymherklotz/layouts/partials/footer.html
+++ b/themes/ymherklotz/layouts/partials/footer.html
@@ -1,17 +1,19 @@
<footer>
<p class="social">
- <a href="/docs/ymherklotz.asc.txt"><img class="icon" src="{{ .Site.BaseURL }}/assets/fontawesome/key-solid.svg" /></a>
- <a href="https://github.com/ymherklotz"><img class="icon" src="{{ .Site.BaseURL }}/assets/fontawesome/github-brands.svg" /></a>
- <a href="https://sr.ht/~ymherklotz"><img class="icon" src="{{ .Site.BaseURL }}/assets/fontawesome/circle-regular.svg" /></a>
- <a href="https://twitter.com/@ymherklotz"><img class="icon" src="{{ .Site.BaseURL
+ <a href="/docs/ymherklotz.asc.txt" aria-label="View public GPG key"><img class="icon" alt="Key Icon" src="{{ .Site.BaseURL }}/assets/fontawesome/key-solid.svg" /></a>
+ <a href="https://github.com/ymherklotz" aria-label="View Github profile"><img class="icon" alt="Github Icon" src="{{ .Site.BaseURL }}/assets/fontawesome/github-brands.svg" /></a>
+ <a href="https://sr.ht/~ymherklotz" aria-label="View Sourcehut profile"><img class="icon" alt="Sourcehut Icon" src="{{ .Site.BaseURL }}/assets/fontawesome/circle-regular.svg" /></a>
+ <a href="https://twitter.com/@ymherklotz" aria-label="View Twitter profile"><img class="icon" alt="Twitter Icon" src="{{ .Site.BaseURL
}}/assets/fontawesome/twitter-brands.svg" /></a>
- <a rel="me" href="https://types.pl/@ymherklotz"><img class="icon" src="{{ .Site.BaseURL }}/assets/fontawesome/mastodon-brands.svg" /></a>
- <a href="mailto:yann@yannherklotz.com"><img class="icon" src="{{ .Site.BaseURL }}/assets/fontawesome/envelope-solid.svg" /></a>
- <a href="/index.xml"><img class="icon" src="{{ .Site.BaseURL }}/assets/fontawesome/rss-solid.svg" /></a>
+ <a rel="me" href="https://types.pl/@ymherklotz" aria-label="View Mastodon profile"><img class="icon"
+ alt="Mastodon Icon" src="{{ .Site.BaseURL }}/assets/fontawesome/mastodon-brands.svg" /></a>
+ <a href="mailto:yann@yannherklotz.com" aria-label="Send me an email"><img class="icon" alt="Mail Icon" src="{{ .Site.BaseURL }}/assets/fontawesome/envelope-solid.svg" /></a>
+ <a href="/index.xml" aria-label="Subscribe to RSS feed"><img class="icon" alt="RSS Icon" src="{{ .Site.BaseURL }}/assets/fontawesome/rss-solid.svg" /></a>
</p>
<div class="generated-by">
<p>&#169; 2016-2023 Yann Herklotz</p>
- <p>The content is licensed under a <a href="http://creativecommons.org/licenses/by/4.0/">CC BY
+ <p>The content is licensed under
+ a <a href="http://creativecommons.org/licenses/by/4.0/">CC BY
4.0</a> license.</p>
</div>
</footer>
diff --git a/themes/ymherklotz/static/css/default.css b/themes/ymherklotz/static/css/default.css
index da67522..8e98ae4 100644
--- a/themes/ymherklotz/static/css/default.css
+++ b/themes/ymherklotz/static/css/default.css
@@ -60,11 +60,7 @@ body {
}
a {
- color: #00A659;
-}
-
-a:hover {
- text-decoration: underline;
+ color: #171d30;
}
nav a, .logo a, .post-title a, .social a, .rightcolumn a, dt a {
@@ -173,7 +169,9 @@ dt, .news-date {
dt { font-size: 1.2rem; }
-a { text-decoration: none; }
+a:hover {
+ color: #00c266
+}
.generated-by a { font-size: 0.8rem; }