Use fg-muted-1
instead of -2
for inline code
This commit is contained in:
@ -8,7 +8,7 @@ kbd {
|
|||||||
code:not(pre code) {
|
code:not(pre code) {
|
||||||
box-shadow: var(--edge-highlight);
|
box-shadow: var(--edge-highlight);
|
||||||
border-radius: var(--rounded-corner-small);
|
border-radius: var(--rounded-corner-small);
|
||||||
background-color: var(--fg-muted-2);
|
background-color: var(--fg-muted-1);
|
||||||
padding: 0.125rem 0.375rem;
|
padding: 0.125rem 0.375rem;
|
||||||
color: var(--red-fg);
|
color: var(--red-fg);
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
|
Reference in New Issue
Block a user