1
0
Fork 0

Added !important to inline code rules

This commit is contained in:
Malte Bublitz 2023-10-31 22:01:18 +01:00
parent d9d0cbb42f
commit dbf98711a1
Signed by: malte70
GPG Key ID: 605DA5C729F9C184
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@ a.footnote-ref::after {
/* inline code blocks */
.prose :where(code):not(:where([class~=not-prose] *))::before {
/*content: "`";*/
content: "";
content: "" !important;
}
.prose :where(code):not(:where([class~=not-prose] *))::after {
/*content: "`";*/
content: "";
content: "" !important;
}