Updated colors to fix issue

This commit is contained in:
Matt Toback
2016-04-14 11:38:07 -04:00
parent 8ac5c36735
commit c1a5771fcd
3 changed files with 6 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ pre {
font-size: $font-size-base - 2;
background-color: $code-tag-bg;
color: $text-color;
border: 1px solid darken($code-tag-bg, 15%);
border: 1px solid $code-tag-border;
padding: 10px;
border-radius: 4px;
}