UNPKG

399 BCSSView Raw
1/**
2 * @license Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
3 * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4 */
5:root{
6 --ck-color-mention-background:hsla(341, 100%, 30%, 0.1);
7 --ck-color-mention-text:hsl(341, 100%, 30%);
8}
9.ck-content .mention{
10 background:var(--ck-color-mention-background);
11 color:var(--ck-color-mention-text);
12}
\No newline at end of file