Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mmistakes committed May 27, 2022
2 parents 7aa8c7b + 23e7ad2 commit 4e19f46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _sass/minimal-mistakes/_notices.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
}
}

@at-root #{selector-unify(&, "blockquote")} {
border-left-color: mix(#000, $notice-color, 10%);
}

code {
background-color: mix($background-color, $notice-color, $code-notice-background-mix)
}
Expand Down

0 comments on commit 4e19f46

Please sign in to comment.