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 +}