Fix unfirehose logo light mode contrast & add auto-push rule to CLAUDE.md

This commit is contained in:
russell@unturf.com 2026-03-14 10:13:53 -04:00
parent 0978dd5233
commit 542b6aeb3d
2 changed files with 8 additions and 0 deletions

View file

@ -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:

View file

@ -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) {