Added !important to inline code rules
This commit is contained in:
parent
d9d0cbb42f
commit
dbf98711a1
1 changed files with 2 additions and 2 deletions
|
@ -37,9 +37,9 @@ a.footnote-ref::after {
|
||||||
/* inline code blocks */
|
/* inline code blocks */
|
||||||
.prose :where(code):not(:where([class~=not-prose] *))::before {
|
.prose :where(code):not(:where([class~=not-prose] *))::before {
|
||||||
/*content: "`";*/
|
/*content: "`";*/
|
||||||
content: "";
|
content: "" !important;
|
||||||
}
|
}
|
||||||
.prose :where(code):not(:where([class~=not-prose] *))::after {
|
.prose :where(code):not(:where([class~=not-prose] *))::after {
|
||||||
/*content: "`";*/
|
/*content: "`";*/
|
||||||
content: "";
|
content: "" !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue