Fixing one last code block style

This commit is contained in:
Teresa 2015-12-14 14:42:22 -08:00 committed by Naomi Black
parent 1c43276562
commit 57be3718b4
2 changed files with 3 additions and 2 deletions

View File

@ -91,3 +91,4 @@ $mist: #ECEFF1;
$snow: #FFFFFF;
$heather: #546E7A;
$lightgrey: #F5F6F7;
$storm: #E0E0E0;

View File

@ -93,11 +93,11 @@
padding: 2px 4px;
}
.pnk {
background: $lightgrey;
background: $fog;
color: $darkgrey;
}
.blk {
background: $coal;
background: $storm;
}
.otl {
outline: 1px solid rgba(darkgrey, .56);