Skip to content

Commit

Permalink
Add default CSS link style
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinfayet committed Nov 23, 2015
1 parent b1566da commit 449afa5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/static/sass/layout/body.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ body {
min-height: 100%;
box-sizing: border-box;
margin: 0;

a {
text-decoration: none;
color: #1e88e5;
}
}

0 comments on commit 449afa5

Please sign in to comment.