# Встроенный код трудно различить

**URL:** https://meta.discourse.org/t/inline-code-is-hard-to-see/126225
**Category:** Support
**Created:** [19.Август.2019 21:04:12 UTC](https://meta.discourse.org/t/inline-code-is-hard-to-see/126225 "2019-08-19T21:04:12Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![omarfilip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/omarfilip/32/208019_2.png) [@omarfilip](https://meta.discourse.org/u/omarfilip)
#### Post date: [19.Август.2019 21:12:48 UTC](https://meta.discourse.org/t/inline-code-is-hard-to-see/126225/2 "2019-08-19T21:12:48Z")

</div>

Вы можете добавить что-то вроде этого в CSS вашей темы:

```plaintext
p>code, li>code, pre>code {
    background: #dcdcdc;
}

```

Настройка → Темы → Редактировать CSS/HTML

---

_[View the full topic](https://meta.discourse.org/t/inline-code-is-hard-to-see/126225)._
