From 9bde0f26da8567f63826e6b7d69190c7fb0a2209 Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Tue, 21 Jan 2025 22:10:30 +0100 Subject: accessibility - More contrast on links and code on main-content - Headings in content are links and styled instead of only the anchor chain at the end - Author card uses a & p, instead of abusing heading tag, since it does no belong to content and evidences no hierarchy. --- assets/css/tailwind.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets/css/tailwind.css') diff --git a/assets/css/tailwind.css b/assets/css/tailwind.css index 31dd5b3..f3738fb 100644 --- a/assets/css/tailwind.css +++ b/assets/css/tailwind.css @@ -885,14 +885,14 @@ h6 { padding-left: 0.25rem; padding-right: 0.25rem; --tw-text-opacity: 1; - color: rgb(59 130 246 / var(--tw-text-opacity, 1)); + color: rgb(29 78 216 / var(--tw-text-opacity, 1)); } .main-content a { padding-left: 0.25rem; padding-right: 0.25rem; --tw-text-opacity: 1; - color: rgb(132 204 22 / var(--tw-text-opacity, 1)); + color: rgb(21 128 61 / var(--tw-text-opacity, 1)); } .main-content a[href^="http"]::after { -- cgit v1.2.3