Hi, currently inline code
is gray-highlighted. How can I change this to make it more contrast with color text?
For instance like this:
vs
noticeable inline code
Regards,
Ivan
Hi, currently inline code
is gray-highlighted. How can I change this to make it more contrast with color text?
For instance like this:
vs
noticeable inline code
Regards,
Ivan
Found Gitlab-style solution:
CSS:
p>code, li>code {
color: #c7254e;
background: #f9f2f4;
padding: 2px 4px;
border-radius: 2px;
}
This topic was automatically closed after 2235 days. New replies are no longer allowed.