Use accent color for inline code #1
This commit is contained in:
parent
9ba8731786
commit
e511f83749
@ -10,7 +10,7 @@ code:not(pre code) {
|
|||||||
border-radius: var(--rounded-corner-small);
|
border-radius: var(--rounded-corner-small);
|
||||||
background-color: var(--fg-muted-1);
|
background-color: var(--fg-muted-1);
|
||||||
padding: 0.125rem 0.375rem;
|
padding: 0.125rem 0.375rem;
|
||||||
color: var(--red-fg);
|
color: var(--accent-color);
|
||||||
font-size: var(--font-size-small-em);
|
font-size: var(--font-size-small-em);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user