mirror of
https://github.com/openclaw/openclaw.ai.git
synced 2026-07-15 12:25:40 -04:00
[PR #58] fix: use theme-aware CSS variables for shoutouts card styling #59
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?
📋 Pull Request Information
Original PR: https://github.com/openclaw/openclaw.ai/pull/58
Author: @Dodolist
Created: 2/13/2026
Status: 🔄 Open
Base:
main← Head:fix/shoutouts-dark-mode📝 Commits (1)
6528c1dfix: use theme-aware CSS variables for shoutouts card styling📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
src/pages/shoutouts.astro(+2 -2)📄 Description
Summary
Changes
background: rgba(10, 15, 26, 0.7)→var(--surface-card-strong)box-shadow: rgba(255, 77, 77, 0.15)→var(--shadow-coral-soft)Consistent with how other pages (showcase, blog) handle card styling.
Before / After
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.