site: normalize inline code size in changelog + FAQ answers

.cf-items code and .cf-faq-answer code never set a font-size, so inline code
rendered at 1em and looked oversized next to the body text (the page doesn't
load main.css's global code rule). Match the 0.92em already used by
.cf-faq-question code.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-05-28 15:55:45 -07:00
co-authored by Claude Opus 4.8
parent 60576eacdc
commit 1c812b85db
+2
View File
@@ -61,6 +61,7 @@
.cf-items strong { color: var(--ks-champagne); font-weight: 500; }
.cf-items code {
font-family: var(--ks-mono);
font-size: 0.92em;
color: var(--ks-kinpaku);
background: transparent;
padding: 0;
@@ -291,6 +292,7 @@
.cf-faq-answer strong { color: var(--ks-champagne); font-weight: 500; }
.cf-faq-answer code {
font-family: var(--ks-mono);
font-size: 0.92em;
color: var(--ks-kinpaku);
background: transparent;
padding: 0;