Skip to content

Commit

Permalink
Use <a> color for blockquote.notice border (mmistakes#3140)
Browse files Browse the repository at this point in the history
  • Loading branch information
iBug committed May 27, 2022
1 parent fc129a0 commit bd4fc3f
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 bd4fc3f

Please sign in to comment.