From b2e1c47d7ad5c8edef7c32f2beded94d766c1814 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Sat, 1 Nov 2025 09:05:20 +1300 Subject: [PATCH] fix: replace gradient backgrounds with solid orange for HF buttons MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Changed all Hugging Face buttons from bg-gradient-to-r (which wasn't rendering) to solid bg-orange-600 for proper visibility. The gradient classes were showing as white-on-white. Affected pages: - index.html: Hero section HF CTA - researcher.html: Collaboration section HF link - architecture.html: Interactive exploration section HF button Now using bg-orange-600 hover:bg-orange-700 for consistent, visible styling. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- public/architecture.html | 2 +- public/index.html | 2 +- public/researcher.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/architecture.html b/public/architecture.html index 7d55e22d..54dd7049 100644 --- a/public/architecture.html +++ b/public/architecture.html @@ -411,7 +411,7 @@ 🤗 Launch Interactive Explorer on Hugging Face diff --git a/public/index.html b/public/index.html index c6fa0c4e..dd6706db 100644 --- a/public/index.html +++ b/public/index.html @@ -98,7 +98,7 @@ 🤗 Explore Audit Logs + class="inline-block bg-orange-600 text-white px-4 py-2 rounded-lg font-semibold hover:bg-orange-700 transition text-sm"> 🤗 Explore 3,942 Audit Decisions on HF →