~mkelly/blog.michaelkelly.org

0daf758bee788ee2c4c5d77c9be4528b4212a48c — Michael Kelly 1 year, 2 months ago 1d00917
[css] More link contrast, underline links

Based on accessibility check:
https://pagespeed.web.dev/analysis/https-blog-michaelkelly-org-2023-09-lxc-containers-on-debian-part-1-setup/h1l63cis6d?form_factor=mobile
2 files changed, 2 insertions(+), 12 deletions(-)

M assets/css/dark.css
M assets/css/main.css
M assets/css/dark.css => assets/css/dark.css +0 -1
@@ 14,7 14,6 @@ body {

header#banner a {
    color: #e0e0e0;
    text-decoration: none;
}

header#banner nav ul li a {

M assets/css/main.css => assets/css/main.css +2 -11
@@ 24,10 24,6 @@ header#banner {

header#banner a {
    color: #313a3d;
    text-decoration: none;
}

header#banner a:hover {
    text-decoration: underline;
}



@@ 61,14 57,9 @@ header#banner nav ul li a {

/* blog.michaelkelly.org: tweaks */
main#content a, footer#footer a {
    color: #007dfa;
    text-decoration: none;
}

main#content a:hover, footer#footer a:hover {
    color: #0054b8;
    text-decoration: underline;
}
/* end tweaks */

main#content h1,
main#content h2,


@@ 130,7 121,7 @@ main#content ul#posts small {
}

main#content ul#posts li a {
    text-decoration: none;
    text-decoration: underline;
}

main#content ul#posts li a:hover {