# 新トピックに新グラフィックを適用する方法

**URL:** https://meta.discourse.org/t/how-to-apply-new-graphic-to-new-topics/319983
**Category:** Development
**Created:** [2024 年 8 月 3 日午後 5:07 UTC](https://meta.discourse.org/t/how-to-apply-new-graphic-to-new-topics/319983 "2024-08-03T17:07:44Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![sheng\_hualuo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sheng_hualuo/32/430359_2.png) [@sheng\_hualuo](https://meta.discourse.org/u/sheng_hualuo)
#### Post date: [2024 年 8 月 4 日午前 8:51 UTC](https://meta.discourse.org/t/how-to-apply-new-graphic-to-new-topics/319983/2 "2024-08-04T08:51:47Z")

</div>

```plaintext
.badge-notification.new-topic::before {
    content: "New!";
    position: absolute;
    right: -1.1em;
    top: -0.85em;
    background: var(--quaternary);
    transform: rotate(12deg);
    font-size: var(--font-down-2);
    letter-spacing: .05em;
    padding: .2em .5em;
    border-radius: 4px;
    font-weight: normal;
    color: var(--secondary);
}

```

 ![image](https://global.discourse-cdn.com/meta/original/4X/3/a/0/3a03532ca130baf859b8bb23466203bfe3f2ff6d.jpeg)

---

_[View the full topic](https://meta.discourse.org/t/how-to-apply-new-graphic-to-new-topics/319983)._
