We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3b4e27 commit 613ffbeCopy full SHA for 613ffbe
assets/css/custom.css
@@ -0,0 +1,23 @@
1
+.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
2
+ content: "";
3
+}
4
+
5
+.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
6
7
8
9
+code {
10
+ background-color: rgba(var(--color-secondary-100), 0.3);
11
12
13
+.prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
14
+ font-style: normal;
15
16
17
+.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::before {
18
+ content: inherit;
19
20
21
+.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *))::after {
22
23
0 commit comments