You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A workaround for you in the meantime is to add the code below to a .css file in your .obsidian/snippets folder after replacing R, G, B, and A with the values representing your desired color, where $R, G, B \in [0, 255]$ and $A \in [0, 1]$. You can learn more about this notation here.
:not(pre) >code,
.cm-inline-code {
background-color:rgba(R, G, B, A) !important;
}
I would like to change inline code color but i can't find the setting.
Example: `inline code`, in my theme this line is pink and i would like to change it to blue. How can i change it?
Thank you
The text was updated successfully, but these errors were encountered: