From b1209e51121fd118b4f77cc68b990d23fed3ee72 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 16 May 2026 15:19:33 +0100 Subject: [PATCH] Use primary-container token instead of hardcoded hex on About card The founder card hardcoded bg-[#0f3d3e], violating the "dark mode via CSS custom properties, no hardcoded colors" convention and pinning the card to a fixed light-mode teal that never adapts in dark mode. #0f3d3e is exactly the light value of --color-primary-container, so light mode is pixel-identical; dark mode now resolves to #1a4f50 and the card adapts with the rest of the palette (white body text stays well above WCAG AA on it). --- personal/templates/personal/about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/personal/templates/personal/about.html b/personal/templates/personal/about.html index a302701..2ed6f69 100644 --- a/personal/templates/personal/about.html +++ b/personal/templates/personal/about.html @@ -29,7 +29,7 @@

{% if page %}{{ page.categories_ {% endif %} -
+

{% if page %}{{ page.founder_title }}{% else %}Founded by Ephraim Kanyandula{% endif %}

{% if page %}{{ page.founder_body|linebreaksbr }}{% else %}NyasaBlog was created by Ephraim Kanyandula, a Malawian national, with the vision of building a platform that amplifies Malawian voices and showcases the best of Malawian creativity and innovation.{% endif %}