Fixed website inline code background

This commit is contained in:
xFrednet 2021-04-13 20:38:07 +02:00
parent cbde4f2c67
commit 7e90bb671a

View file

@ -133,7 +133,7 @@
opacity: 30%;
}
p > code {
:not(pre) > code {
color: var(--inline-code-color);
background-color: var(--inline-code-bg);
}