Use accent color for inline code #1

This commit is contained in:
david-swift 2025-02-25 17:20:33 +01:00
parent 9ba8731786
commit e511f83749

View File

@ -10,7 +10,7 @@ code:not(pre code) {
border-radius: var(--rounded-corner-small);
background-color: var(--fg-muted-1);
padding: 0.125rem 0.375rem;
color: var(--red-fg);
color: var(--accent-color);
font-size: var(--font-size-small-em);
}