Adds more contrast to code block headers

This commit is contained in:
Robert Messerle 2015-12-14 20:50:12 -08:00 committed by Naomi Black
parent c5637fcfde
commit cc6f9ee33f
2 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
margin-bottom: $unit * 2;
header {
background: $fog;
background: #1976D2;
color: $snow;
padding: $unit $unit 0px $unit;
border-radius: 4px 4px 0px 0px;
@ -18,7 +18,7 @@
padding: 0px ($unit * 3);
margin-right: $unit;
font-size: 13px;
background: $grey;
background: #3F94E9;
color: $snow;
border-radius: 4px 4px 0px 0px;
// font-weight: 500;

View File

@ -1,12 +1,12 @@
.example-title {
@extend .alert;
color: $heather;
color: $snow;
padding: 0 ($unit * 2);
font-size: 14px;
// font-weight: 500;
border-color: $fog;
background: $fog;
border-color: #1976D2;
background: #1976D2;
box-shadow: none;
// temporary hack to remove space between example title and code-example
margin-bottom: -18px;