all repos — gemini-redirect @ bb4c617475d7a9c420ce2ec06fbf54e2e4a5e01b

Try to address some accessibility issues

https://wave.webaim.org/report#/lonami.dev/
Lonami Exo totufals@hotmail.com
Sat, 27 Mar 2021 09:29:56 +0100
commit

bb4c617475d7a9c420ce2ec06fbf54e2e4a5e01b

parent

292825669970b7c009ac202b096f9a6960f7d265

2 files changed, 11 insertions(+), 11 deletions(-)

jump to
M static/style.cssstatic/style.css

@@ -42,7 +42,7 @@ font-size: 1.3em;

} nav.sections .left a { - color: #787878; + color: #666; border-bottom: solid 2px #A8A8A8; padding: 0 16px; }

@@ -143,14 +143,14 @@ }

a { text-decoration: none; - color: #f74c00; + color: #c74727; border-bottom: 0 dashed rgba(0, 0, 0, 0); transition: color 300ms, border-bottom 300ms; } a:hover { - color: #e33b26; - border-bottom: 1px solid #e33b26; + color: #b73717; + border-bottom: 1px solid #b73717; } blockquote {
M templates/index.htmltemplates/index.html

@@ -64,25 +64,25 @@ <dl>

<dt><a href="https://t.me/LonamiWebs"><img src="/img/telegram.svg" alt="" /> My Telegram</a></dt> <dd>Come meet me at my group in Telegram and talk about anything!</dd> - <dt><a href="/blog"><img src="/img/blog.svg" alt="blog" /> My blog</a></dt> + <dt><a href="/blog"><img src="/img/blog.svg" alt="" /> My blog</a></dt> <dd>Sometimes I blog about things, whether it's games, techy stuff, or random life stuff.</dd> - <dt><a href="/golb"><img src="/img/blog.svg" class="golb" alt="golb" /> My golb</a></dt> + <dt><a href="/golb"><img src="/img/blog.svg" class="golb" alt="" /> My golb</a></dt> <dd>What? You don't know what a golb is? It's like a blog, but less conventional.</dd> - <dt><a href="https://github.com/LonamiWebs"><img src="/img/github.svg" alt="github" /> My GitHub</a></dt> + <dt><a href="https://github.com/LonamiWebs"><img src="/img/github.svg" alt="" /> My GitHub</a></dt> <dd>By far what I'm most proud of. I love releasing my projects as open source. There is no reason not to!</dd> - <dt><a href="/utils"><img src="/img/utils.svg" alt="utilities" /> Several Utilities</a></dt> + <dt><a href="/utils"><img src="/img/utils.svg" alt="" /> Several Utilities</a></dt> <dd>Random things I've put online because I keep forgetting about them.</dd> - <dt><a href="/stopwatch.html"><img src="/stopwatch.svg" width="24" height="24" alt="stopwatch" /> stopwatch</a></dt> + <dt><a href="/stopwatch.html"><img src="/stopwatch.svg" width="24" height="24" alt="" /> stopwatch</a></dt> <dd>An extremely simple JavaScript-based stopwatch.</dd> - <dt><a href="donate"><img src="/img/bitcoin.svg" alt="donate" /> Donate</a></dt> + <dt><a href="donate"><img src="/img/bitcoin.svg" alt="" /> Donate</a></dt> <dd>Some people like what I do and want to compensate me for it, but I'm fine with compliments if you can't afford a donation!</dd> - <dt><a href="humans.txt"><img src="/img/humans.svg" alt="humans.txt" /> humans.txt</a></dt> + <dt><a href="humans.txt"><img src="/img/humans.svg" alt="" /> humans.txt</a></dt> <dd><a href="http://humanstxt.org/">We are humans, not robots.</a></dd> </dl>