Skip to content

Commit

Permalink
Merge pull request #3543 from Arghya-Chakraborty0812/fix/privacypolicy
Browse files Browse the repository at this point in the history
Fixes:#3541:Non-hovering of links in the footer section of Privacy Notice Page
  • Loading branch information
sailaja-adapa authored Oct 16, 2024
2 parents 8419415 + 78020b1 commit ccf6b41
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions privacynotice.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,15 @@ <h2>Quick Links</h2>
<a href="privacynotice.html" id="privacyNoticeLink">Privacy Notice</a>
</div>
</div>
<style>
#copyrightPolicyLink:hover{
color:rgb(126, 0, 21)
}
#privacyNoticeLink:hover{
color:rgb(126, 0, 21);
}

</style>


<!--
Expand Down

0 comments on commit ccf6b41

Please sign in to comment.