Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes
This commit is contained in:
commit
e749af9ff8
1 changed files with 5 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue