We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 275b043 commit 60201d4Copy full SHA for 60201d4
docs/home.css
@@ -44,14 +44,17 @@
44
--pf-cta--Color: #06c;
45
}
46
47
+#home-header a.cta.primary:hover,
48
+#home-header a.cta.primary:focus {
49
+ --pf-cta--BackgroundColor: transparent;
50
+}
51
+
52
#home-header a.cta.primary:hover {
53
--pf-cta--Color--hover: var(--pf-theme--color--white, #fff);
- --pf-cta--BackgroundColor: transparent;
- color: var(--pf-theme--color--white, #fff);
54
55
56
#home-header a.cta.primary:focus {
- color: var(--pf-theme--color--accent, #0066cc);
57
+ --pf-cta--Color--focus: var(--pf-theme--color--white, #fff);
58
59
60
#home-header a.cta.secondary:hover {
0 commit comments