Skip to content

Commit

Permalink
fix in table links appearance (#1832)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simek authored Apr 10, 2020
1 parent 1bfeae8 commit 7c496dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/static/css/react-native.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,15 @@ body,
}

p a,
li a {
li a,
article td a {
background-color: rgba(187, 239, 253, 0.3);
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

p a:hover,
li a:hover {
li a:hover,
article td a:hover {
background-color: #bbeffd;
border-bottom-color: $text;
}
Expand Down

0 comments on commit 7c496dd

Please sign in to comment.