Skip to content

Commit 353b079

Browse files
committed
fix: color on hover should be blue
1 parent 0b7e803 commit 353b079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/home.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
}
5252

5353
#home-header a.cta.primary:focus {
54-
color: var(--pf-theme--color--white, #fff);
54+
color: var(--pf-theme--color--accent, #0066cc);
5555
}
5656

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

0 commit comments

Comments
 (0)