Website: update header navigation (#13377)

Closes: #13221

Changes:
- Updated the hover styles for the pricing link on the header
navigation.
This commit is contained in:
Eric 2023-08-17 19:01:08 -05:00 committed by GitHub
parent 14be5a0938
commit 73559b8298
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,6 +216,7 @@ html, body {
[purpose='header-nav-btn'][aria-expanded='true'] {
font-weight: 700;
outline: none;
color: #192147;
}
[purpose='header-nav-btn']:before {
display: block;
@ -231,7 +232,8 @@ html, body {
cursor: pointer;
display: inline-block;
}
&:hover {
[purpose='header-nav-btn']:hover {
font-weight: 700;
text-decoration: none;
}
&:focus {