Skip to content

Commit

Permalink
Merge pull request #349 from AsaAyers/master
Browse files Browse the repository at this point in the history
Remove the text-shadows that make the text look blurry
  • Loading branch information
knsv committed May 8, 2016
2 parents 618bc4f + d2cecca commit 2310521
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/site/stylesheets/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,6 @@ html, body {
padding: 0 28px;
box-sizing: border-box;
display: block;
text-shadow: 0px 1px 0px #fff
}

.content > ul, .content > ol {
Expand Down Expand Up @@ -761,7 +760,6 @@ html, body {
.content aside {
padding-top: 1em;
padding-bottom: 1em;
text-shadow: 0 1px 0 #c6dde9;
margin-top: 1.5em;
margin-bottom: 1.5em;
background: #8fbcd4;
Expand All @@ -770,12 +768,10 @@ html, body {

.content aside.warning {
background-color: #c97a7e;
text-shadow: 0 1px 0 #dfb0b3
}

.content aside.success {
background-color: #6ac174;
text-shadow: 0 1px 0 #a0d7a6
}

.content aside:before {
Expand All @@ -789,7 +785,6 @@ html, body {
margin: -2px;
border-radius: 4px;
border: 1px solid #F7E633;
text-shadow: 1px 1px 0 #666;
background: linear-gradient(to top left, #f7e633 0%, #f1d32f 100%)
}

Expand All @@ -803,7 +798,6 @@ html, body {
float: right;
clear: right;
box-sizing: border-box;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4)
}

.content pre > p, .content blockquote > p {
Expand Down Expand Up @@ -911,4 +905,4 @@ svg {

.content {
background: #FFF;
}
}

0 comments on commit 2310521

Please sign in to comment.