Skip to content

Commit

Permalink
Don't underline links in the jumbotron.
Browse files Browse the repository at this point in the history
  • Loading branch information
rekado committed Sep 16, 2016
1 parent 7e85a39 commit 8111e70
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ h2 {
background-image: linear-gradient(0deg,#efefef 0,#fefefe 100%)
}

.jumbotron a,
.jumbotron a:focus,
.jumbotron a:hover {
color: black;
border: none;
text-decoration: none;
}

.qq-uploader {
width: auto;
overflow-x: hidden;
Expand Down

0 comments on commit 8111e70

Please sign in to comment.