Skip to content

Commit

Permalink
Merge pull request scrapy#27 from eliasdorneles/more-contrast-for-cod…
Browse files Browse the repository at this point in the history
…e-snippets

adding more contrast for code snippets block
  • Loading branch information
dangra committed May 16, 2015
2 parents 7b07a8d + 9528c31 commit 9b6fa23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ dl, dd, ol, ul, figure {
padding-bottom:7px;
margin-top:10px;
text-align:center;
background-color:$grey;
background-color:darken($grey, 18%);
@include border-radius($radius);
border-bottom:$border-bot $dark-green;
color:#ffed79;
Expand Down Expand Up @@ -402,7 +402,7 @@ dl, dd, ol, ul, figure {
.code-box {
width:588px;
height:305px;
background-color: $grey;
background-color: darken($grey, 18%);
float:right;
margin-top:30px;
@include border-radius($radius);
Expand Down

0 comments on commit 9b6fa23

Please sign in to comment.