Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
317 changes: 0 additions & 317 deletions src/components/header/header.css

This file was deleted.

9 changes: 9 additions & 0 deletions src/pages/podcasts/details.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,15 @@ html[data-theme='light'] {
justify-content: center;
}

.nav-action-button:active {
box-shadow: 0 1px 8px rgba(40,50,70,0.06);
}

.nav-action-button.favorite.favorited {
color: #ff4d4d; /* red heart */
background: #fff0f0; /* soft pink background when liked */
}

.nav-action-button:hover {
background: var(--details-bg-card-hover);
color: var(--details-text-primary);
Expand Down
Loading