From e436ed53dfb12a48eb9da16e54fae780aa106c20 Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Wed, 22 Apr 2026 14:36:25 -0700 Subject: [PATCH] fix(site): Antidote foot meta in sentence case; fold Suggest into foot row --- public/css/workflow.css | 22 +++++++++++++++++----- public/index.html | 5 +---- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/public/css/workflow.css b/public/css/workflow.css index 8b60653fe..fd392f985 100644 --- a/public/css/workflow.css +++ b/public/css/workflow.css @@ -3734,7 +3734,6 @@ .antidote-foot { display: flex; align-items: baseline; - justify-content: space-between; gap: var(--spacing-lg); padding-top: var(--spacing-md); border-top: 1px solid var(--color-mist); @@ -3742,11 +3741,24 @@ } .antidote-foot-meta { - font-family: var(--font-mono); - font-size: 0.6875rem; - letter-spacing: 0.16em; - text-transform: uppercase; + flex: 1; + min-width: 0; + font-family: var(--font-body); + font-style: italic; + font-size: 0.875rem; + line-height: 1.55; + color: var(--color-charcoal); +} + +.antidote-foot .antidote-suggest-link { + font-size: 0.8125rem; color: var(--color-ash); + text-decoration: none; + white-space: nowrap; +} +.antidote-foot .antidote-suggest-link:hover { + color: var(--color-accent); + text-decoration: underline; } @media (max-width: 820px) { diff --git a/public/index.html b/public/index.html index 46e30c996..6aef13a58 100644 --- a/public/index.html +++ b/public/index.html @@ -278,10 +278,7 @@
Browse all 25 anti-patterns → - Detected by deterministic rules. Flagged by the LLM layer. Visualized in your browser. -
- -