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;
}
此主题已在 2235 天后自动关闭。不再允许回复。