Fix unfirehose logo light mode contrast & add auto-push rule to CLAUDE.md
This commit is contained in:
parent
0978dd5233
commit
542b6aeb3d
2 changed files with 8 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue