Lighten code blocks

This commit is contained in:
Robin Ward 2015-08-19 13:30:16 -04:00
parent 54c0bea294
commit aa36671de3
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ pre {
display: block;
padding: 5px 10px;
color: $primary;
background: dark-light-diff($primary, $secondary, 97%, -45%);
background: dark-light-diff($primary, $secondary, 97%, -65%);
max-height: 500px;
}
}