Skip to content

fix: logo visibility in light theme#371

Closed
f-liva wants to merge 14 commits intoRightNow-AI:mainfrom
f-liva:fix/logo-light-theme
Closed

fix: logo visibility in light theme#371
f-liva wants to merge 14 commits intoRightNow-AI:mainfrom
f-liva:fix/logo-light-theme

Conversation

@f-liva
Copy link

@f-liva f-liva commented Mar 6, 2026

Summary

  • Replaced logo.png with a transparent-background version (white snake, no baked-in dark background)
  • Added CSS filter: invert(1) for [data-theme="light"] so the snake renders black on light backgrounds

Fixes #370

Test plan

  • Open dashboard in dark theme → white snake on dark sidebar
  • Switch to light theme → black snake on light sidebar
  • Verify favicon still works correctly

🤖 Generated with Claude Code

Federico Liva and others added 14 commits March 6, 2026 00:11
- Add toolchain: Node.js 22, Claude Code CLI, Python 3, uv, Go, gh, ffmpeg
- Add gosu + non-root user (openfang) with passwordless sudo
- Entrypoint drops root privileges via gosu for Claude Code compatibility
- Add GitHub Actions workflow to auto-sync upstream releases

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The dashboard displayed hardcoded "0.1.0" because the /api/status
endpoint didn't return a version field. Add env!("CARGO_PKG_VERSION")
so the frontend shows the correct version.

Fixes RightNow-AI#368

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace opaque dark-background logo with transparent PNG and add
CSS invert filter for light theme so the snake is visible in both
dark and light modes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Extend the CSS invert filter to also cover .message-avatar img,
so the agent logo in chat messages is visible in light mode.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jaberjaber23
Copy link
Member

Implemented in v0.3.25. CSS invert filter added for logo visibility in light theme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Logo not visible in light theme — dark background baked into PNG

3 participants