We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e166ec commit b19b398Copy full SHA for b19b398
1 file changed
src/pages/index.module.css
@@ -7,6 +7,7 @@
7
color: white;
8
font-size: 0.9rem;
9
text-decoration: none;
10
+ transition: background-color 0.2s ease;
11
}
12
13
.announcementPill:hover {
@@ -15,6 +16,11 @@
15
16
17
18
19
+.announcementPill:focus-visible {
20
+ outline: 2px solid white;
21
+ outline-offset: 3px;
22
+}
23
+
24
.heroLogo {
25
width: 160px;
26
height: 160px;
0 commit comments