diff --git a/frontend/style.css b/frontend/style.css index 9d3af7c..d872c54 100644 --- a/frontend/style.css +++ b/frontend/style.css @@ -74,7 +74,7 @@ body { /* Header - Visible with theme toggle */ header { padding: 1rem 2rem; - background: var(--surface); + background: #22c55e; border-bottom: 1px solid var(--border-color); flex-shrink: 0; }