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 يومًا. لم يعد الرد على المواضيع الجديدة مسموحًا به.