mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-21 10:36:27 +03:00
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:
co-authored by
Claude Opus 4.8
parent
60576eacdc
commit
1c812b85db
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user