Skip to content

Commit

Permalink
fixed website heading color
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrvel committed Feb 5, 2023
1 parent b200507 commit b7cec0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions docs-sources/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ section.first {
h1.heading {
margin-bottom: 45px;
font-weight: 400;
color: #0080ff;
color: #fff;
}
p.latest-version-link {
margin-top: 45px;
Expand Down Expand Up @@ -523,7 +523,8 @@ section.second {
}

&:hover::before {
border-color: transparent $docsAppSecondaryColor transparent transparent;
border-color: transparent $docsAppSecondaryColor transparent
transparent;
}
}
}
Expand Down
Loading

0 comments on commit b7cec0d

Please sign in to comment.