From 5d23fa4a1fd126dbb5b8349aadcba68f374b0a02 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Mercier Date: Sat, 13 Jun 2026 16:07:48 +0900 Subject: [PATCH] Make usage footer band and buttons theme-reactive The closing "About us" band hardcoded a light plum background and used btn-outline-dark / text-hilight, none of which flip with the theme, so they were unreadable in dark mode. Drive the band, its buttons, and the highlight from scoped tokens, and add a theme-aware .btn-outline-soft. --- layouts/partials/usage_footer.html | 8 ++-- static/css/custom.css | 73 ++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+), 4 deletions(-) diff --git a/layouts/partials/usage_footer.html b/layouts/partials/usage_footer.html index 2e86415..82ac91d 100644 --- a/layouts/partials/usage_footer.html +++ b/layouts/partials/usage_footer.html @@ -16,7 +16,7 @@ {{ i18n "tryit" }} » - + {{ i18n "downloadit" }} »

@@ -56,7 +56,7 @@ -
+