Skip to content

Commit 7480e0a

Browse files
DavertMikclaude
andcommitted
style: enlarge announcement bar text and padding
Bump announcement font-size to 1.05rem (~1.5x) and vertical padding to 0.75rem for better readability. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a5baa66 commit 7480e0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Announcement.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import { announcement } from '../config/announcement';
3232
border-radius: 5px;
3333
border: 2px dashed color-mix(in srgb, var(--cc-announce) 34%, transparent);
3434
background: color-mix(in srgb, var(--cc-announce) 3%, transparent);
35-
font-size: 0.7rem;
35+
font-size: 1.05rem;
3636
font-weight: bold;
3737
line-height: 1.3;
3838
color: var(--cc-announce);

0 commit comments

Comments
 (0)