Skip to content

Commit

Permalink
fix: increase contrast for a tags (fixes contrast violation)
Browse files Browse the repository at this point in the history
  • Loading branch information
dleard committed Aug 13, 2020
1 parent e56a7ae commit 4f988c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ export default class Index extends Component<Props> {
</Col>
</div>
<style jsx>{`
a {
color: #0053b3;
}
.value-prop {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 4f988c6

Please sign in to comment.