Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Fixes links accessibility by adding underlines (#2497)
Browse files Browse the repository at this point in the history
Summary:
Closes #2494

Pull Request resolved: #2497

Differential Revision: D22579546

Pulled By: claudiopro

fbshipit-source-id: 32d78fd6296013878820084ba8fd1e6343285ccb
  • Loading branch information
rachelnabors authored and facebook-github-bot committed Jul 17, 2020
1 parent 8457ebb commit 5e17cc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion website/src/css/custom.css
Expand Up @@ -30,4 +30,8 @@

.container {
filter: grayscale(100%);
}
}

.main-wrapper a:link:not(.button) {
text-decoration: underline;
}

0 comments on commit 5e17cc2

Please sign in to comment.