mirror of
https://github.com/openclaw/openclaw.ai.git
synced 2026-07-15 12:25:40 -04:00
Bug: Claw mascot eyes invisible in light mode #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Dodolist on GitHub (Feb 13, 2026).
Bug: Claw mascot eyes invisible in light mode
The claw mascot's eyes on the homepage use
var(--bg-deep)andvar(--cyan-bright)for fill colors, which change with the theme.In light mode,
--bg-deepbecomes#fcfeff(near-white), making the eyes blend into the background.This also looks inconsistent with how the mascot appears elsewhere on the site and in other materials.
Expected
Eyes should remain dark and visible regardless of theme, consistent with the mascot's established look.
Screenshot
I've opened a PR to fix this: #59