Use <a> color for blockquote.notice border (#3140)

Close #3068
This commit is contained in:
iBug 2022-05-27 21:59:38 +08:00 committed by GitHub
parent a19dbdbf78
commit 23e7ad2903
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
}