styles: add inline code background
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user