~xdavidwu/xdavidwu.link

ba2ed99d83dd3e177ab5ba0fdda65a0afc854bc5 — iBug ♦ 4 years ago 1e25f75
Set background-color = inherit for <pre code> in notices (#2328)

1 files changed, 5 insertions(+), 1 deletions(-)

M _sass/minimal-mistakes/_notices.scss
M _sass/minimal-mistakes/_notices.scss => _sass/minimal-mistakes/_notices.scss +5 -1
@@ 56,6 56,10 @@
    background-color: mix(#fff, $notice-color, 95%)
  }

	pre code {
		background-color: inherit;
	}

  ul {
    &:last-child {
      margin-bottom: 0; /* override*/


@@ 97,4 101,4 @@

.notice--danger {
  @include notice($danger-color);
}
\ No newline at end of file
}