Fixing one last code block style
This commit is contained in:
parent
1c43276562
commit
57be3718b4
|
@ -91,3 +91,4 @@ $mist: #ECEFF1;
|
|||
$snow: #FFFFFF;
|
||||
$heather: #546E7A;
|
||||
$lightgrey: #F5F6F7;
|
||||
$storm: #E0E0E0;
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue