@ckeditor/ckeditor5-mention
Version:
Mention feature for CKEditor 5.
13 lines (12 loc) • 414 B
CSS
/**
* @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-licensing-options
*/
:root{
--ck-content-color-mention-background:#9900301a;
--ck-content-color-mention-text:#990030;
}
.ck-content .mention{
background:var(--ck-content-color-mention-background);
color:var(--ck-content-color-mention-text);
}