This commit is contained in:
Michael Rose 2019-11-22 09:26:59 -05:00
commit e749af9ff8

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*/
@ -97,4 +101,4 @@
.notice--danger {
@include notice($danger-color);
}
}