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 authored and chukycheese committed Sep 18, 2023
1 parent 7d34da7 commit e46113d
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 e46113d

Please sign in to comment.