# Make "New Topic" button more prominent

**URL:** https://meta.discourse.org/t/make-new-topic-button-more-prominent/62296
**Category:** UX
**Created:** [08.Май.2017 15:17:53 UTC](https://meta.discourse.org/t/make-new-topic-button-more-prominent/62296 "2017-05-08T15:17:53Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![Johani](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/johani/32/176920_2.png) [@Johani](https://meta.discourse.org/u/Johani)
#### Post date: [15.Июль.2021 15:06:39 UTC](https://meta.discourse.org/t/make-new-topic-button-more-prominent/62296/6 "2021-07-15T15:06:39Z")

</div>

Перейдите в `admin/customize/themes` и добавьте этот код в ваш активный тему в разделе common \> CSS

```scss
#create-topic {
  background: var(--tertiary);
  color: var(--secondary);
  svg {
    color: var(--secondary);
  }
  &:hover {
    background: var(--tertiary-hover);
    svg {
      color: var(--secondary);
    }
  }
}

```

Подробнее о темах Discourse можно прочитать здесь.

[Beginner's guide to using Discourse Themes](https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966)

---

_[View the full topic](https://meta.discourse.org/t/make-new-topic-button-more-prominent/62296)._
