| 12345678910111213141516171819202122 |
- <div id="snippet-mention-customization">
- <p>Hello <a class="mention" data-mention="@tdog" data-user-id="5" href="https://www.imdb.com/title/tt0460649/characters/nm1102140">@tdog</a>!</p>
- </div>
- <style>
- .custom-item {
- display: block;
- padding: 1em;
- }
- .custom-item.ck-on {
- color: white;
- }
- .custom-item .custom-item-username {
- color: #666;
- }
- .custom-item.ck-on .custom-item-username{
- color: #ddd;
- }
- </style>
|