styles: add inline code background

This commit is contained in:
2026-03-29 02:41:40 +00:00
parent 6eed73327b
commit 1ac8756e15
+5
View File
@@ -49,6 +49,11 @@
hyphens: none;
}
// Inline code background, initial version for code inside paragraphs.
p > code {
background-color: color-mix(in srgb, var(--lightgray) 20%, transparent);
}
// Dual-image floating media effect used by the custom float-image syntax.
.floating-image {
@media all and (max-width: 800px) {