Skip to content

Commit 71a190b

Browse files
authored
Use <a> color for blockquote.notice border (mmistakes#3140)
Close mmistakes#3068
1 parent 1918125 commit 71a190b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_sass/minimal-mistakes/_notices.scss

+4
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
}
5454
}
5555

56+
@at-root #{selector-unify(&, "blockquote")} {
57+
border-left-color: mix(#000, $notice-color, 10%);
58+
}
59+
5660
code {
5761
background-color: mix($background-color, $notice-color, $code-notice-background-mix)
5862
}

0 commit comments

Comments
 (0)