Skip to content

Commit 0b5e736

Browse files
MaxDatenclaude
andcommitted
fix(og): increase tag contrast on article OG card
Lighten tag text, strengthen border and background opacity for better readability against the dark OG card background. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 03f48cd commit 0b5e736

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/routes/[slug]/og.jpg/OgCard.svelte

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,12 +170,12 @@
170170
display: flex;
171171
align-items: center;
172172
padding: 8px 16px;
173-
border: 1px solid rgba(255, 128, 0, 0.3);
173+
border: 1px solid rgba(255, 128, 0, 0.5);
174174
border-radius: 8px;
175175
font-family: 'JetBrains Mono', monospace;
176176
font-size: 18px;
177-
color: #ff9533;
178-
background-color: rgba(255, 128, 0, 0.05);
177+
color: #ffb366;
178+
background-color: rgba(255, 128, 0, 0.12);
179179
}
180180
181181
/* Cover image as "window" frame at the bottom */

0 commit comments

Comments
 (0)