Set background-color = inherit for <pre code> in notices (#2328)

This commit is contained in:
iBug ♦
2019-11-22 09:26:38 -05:00
committed by Michael Rose
parent 5c9b5c3218
commit ee9aa75213
+4
View File
@@ -56,6 +56,10 @@
background-color: mix(#fff, $notice-color, 95%)
}
pre code {
background-color: inherit;
}
ul {
&:last-child {
margin-bottom: 0; /* override*/