Skip to content

Commit 0b7e803

Browse files
committed
fix: focus state
1 parent 5414f4d commit 0b7e803

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/home.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
color: var(--pf-theme--color--white, #fff);
5151
}
5252

53+
#home-header a.cta.primary:focus {
54+
color: var(--pf-theme--color--white, #fff);
55+
}
56+
5357
#home-header a.cta.secondary:hover {
5458
--pf-cta--Color--hover: #06c;
5559
}

0 commit comments

Comments
 (0)