Skip to content

Commit

Permalink
change background color of example block back to white
Browse files Browse the repository at this point in the history
  • Loading branch information
mojavelinux committed Sep 30, 2018
1 parent a677dee commit bc37ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/styles.scss
Expand Up @@ -508,7 +508,7 @@ table.tableblock.fit-content > caption.title {
.exampleblock > .content {
@include panel($body-bg, $panel-padding, false);
@include radius;
background-color: #fffef7;
/*background-color: #fffef7;*/
border-color: $panel-border-color;
@include single-box-shadow(0, 1px, 4px, null, $panel-border-color);
padding-bottom: 0; // we force a margin-bottom on the last child instead
Expand Down

0 comments on commit bc37ad2

Please sign in to comment.