Use fg-muted-1 instead of -2 for inline code

This commit is contained in:
daudix
2024-06-27 19:16:56 +03:00
parent 03446caaa9
commit 3fa4626f89

View File

@ -8,7 +8,7 @@ kbd {
code:not(pre code) {
box-shadow: var(--edge-highlight);
border-radius: var(--rounded-corner-small);
background-color: var(--fg-muted-2);
background-color: var(--fg-muted-1);
padding: 0.125rem 0.375rem;
color: var(--red-fg);
font-size: 0.875rem;