Skip to content

Commit b19b398

Browse files
committed
minor styling
1 parent 7e166ec commit b19b398

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/pages/index.module.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
color: white;
88
font-size: 0.9rem;
99
text-decoration: none;
10+
transition: background-color 0.2s ease;
1011
}
1112

1213
.announcementPill:hover {
@@ -15,6 +16,11 @@
1516
text-decoration: none;
1617
}
1718

19+
.announcementPill:focus-visible {
20+
outline: 2px solid white;
21+
outline-offset: 3px;
22+
}
23+
1824
.heroLogo {
1925
width: 160px;
2026
height: 160px;

0 commit comments

Comments
 (0)