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

Commit 5e17cc2

Browse files
R Naborsfacebook-github-bot
authored andcommitted
Fixes links accessibility by adding underlines (#2497)
Summary: Closes #2494 Pull Request resolved: #2497 Differential Revision: D22579546 Pulled By: claudiopro fbshipit-source-id: 32d78fd6296013878820084ba8fd1e6343285ccb
1 parent 8457ebb commit 5e17cc2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

website/src/css/custom.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,8 @@
3030

3131
.container {
3232
filter: grayscale(100%);
33-
}
33+
}
34+
35+
.main-wrapper a:link:not(.button) {
36+
text-decoration: underline;
37+
}

0 commit comments

Comments
 (0)