This commit is contained in:
Michael Rose
2022-05-27 10:03:05 -04:00
+4
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)
}