Skip to content

Commit

Permalink
Fixed link underlines
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Read committed Apr 26, 2014
1 parent 8a31ec1 commit 9a716b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
6 changes: 1 addition & 5 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -402,11 +402,7 @@ body {
hyphens: auto; }
.post .post-content a {
color: #333333;
text-decoration: none;
background-image: linear, to bottom, white 75%, #333332 75%;
background-repeat: repeat-x;
background-size: 2px 2px;
background-position: 0 24px; }
text-decoration: underline; }
.post .post-content img {
max-width: 100%;
margin: 0 auto; }
Expand Down
8 changes: 2 additions & 6 deletions assets/css/main.sass
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ body
color: rgba(255,255,255,0.75)
letter-spacing: -0.02em
font-weight: 400
font-style: normal
font-style: normal
text-shadow: 0px 1px 4px rgba(0,0,0,0.25), 0px 0px 1px rgba(0,0,0,0.5)
font-size: 14px
overflow: hidden
Expand Down Expand Up @@ -399,11 +399,7 @@ body
hyphens: auto
a
color: #333
text-decoration: none
background-image: linear-gradient(to bottom,#fff 75%,#333332 75%)
background-repeat: repeat-x
background-size: 2px 2px
background-position: 0 24px
text-decoration: underline
img
max-width: 100%
margin: 0 auto
Expand Down

0 comments on commit 9a716b4

Please sign in to comment.