From 542b6aeb3d41409551358cd173e314fe2e2593e2 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sat, 14 Mar 2026 10:13:53 -0400 Subject: [PATCH] Fix unfirehose logo light mode contrast & add auto-push rule to CLAUDE.md --- CLAUDE.md | 4 ++++ css/unturf.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 75b0b81..b959697 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -6,6 +6,10 @@ Never include the following in commit messages: - "🤖 Generated with [Claude Code]" attribution - "Co-Authored-By: Claude" lines +## Git Push + +Push automatically when small changes complete. No need to ask. + ## Before Working on Any Repository When working across multiple repositories on localhost: diff --git a/css/unturf.css b/css/unturf.css index b06cebf..3ce6f99 100644 --- a/css/unturf.css +++ b/css/unturf.css @@ -298,6 +298,10 @@ sup a:hover { .logo-container { background: rgba(0, 0, 0, 0.03); } + .unfirehose-logo { + color: #000000 !important; + -webkit-text-fill-color: #000000; + } } @media (min-width: 768px) {