Skip to content

Commit ce9749f

Browse files
authored
fix(shoutouts): update background color for shoutout cards (#100)
1 parent a113686 commit ce9749f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/shoutouts.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const allTestimonials = [...testimonials, ...extraTestimonials];
164164
padding: 20px;
165165
border-radius: 14px;
166166
border: 1px solid var(--border-subtle);
167-
background: rgba(10, 15, 26, 0.7);
167+
background: var(--surface-card-strong);
168168
backdrop-filter: blur(8px);
169169
text-decoration: none;
170170
color: var(--text-primary);

0 commit comments

Comments
 (0)