Skip to content

Commit 3e9fafb

Browse files
authored
Merge pull request #2457 from patternfly/fix/get-started-cta
docs: set text color to white on hover
2 parents 6cd74e2 + 60201d4 commit 3e9fafb

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/home.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,17 @@
4444
--pf-cta--Color: #06c;
4545
}
4646

47+
#home-header a.cta.primary:hover,
48+
#home-header a.cta.primary:focus {
49+
--pf-cta--BackgroundColor: transparent;
50+
}
51+
4752
#home-header a.cta.primary:hover {
4853
--pf-cta--Color--hover: var(--pf-theme--color--white, #fff);
49-
--pf-cta--BackgroundColor: transparent;
54+
}
55+
56+
#home-header a.cta.primary:focus {
57+
--pf-cta--Color--focus: var(--pf-theme--color--white, #fff);
5058
}
5159

5260
#home-header a.cta.secondary:hover {

0 commit comments

Comments
 (0)