UNPKG

360 BCSSView Raw
1/*
2 * Copyright (c) 2003-2023, 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
6.ck-content code {
7 background-color: hsla(0, 0%, 78%, 0.3);
8 padding: .15em;
9 border-radius: 2px;
10}
11
12.ck.ck-editor__editable .ck-code_selected {
13 background-color: hsla(0, 0%, 78%, 0.5);
14}