This commit is contained in:
Michael Rose 2022-05-27 10:03:05 -04:00
commit 4e19f46d68

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