diff --git a/quartz/styles/custom.scss b/quartz/styles/custom.scss index cd902bf75..b00e90e69 100644 --- a/quartz/styles/custom.scss +++ b/quartz/styles/custom.scss @@ -68,4 +68,17 @@ h4 { .page article p>strong { color: var(--secondary); +} + +:not(pre)>code { + background: #e5eff5; + border: 1px solid var(--secondary); + border-radius: 6px; + color: #903; + font-size: .85em; + padding: .24rem .4rem .19rem; + text-shadow: none; + vertical-align: 0; + white-space: normal; + word-break: break-word; } \ No newline at end of file