code.css 362 B

1234567891011121314
  1. /*
  2. * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. .ck-content code {
  6. background-color: hsla(0, 0%, 78%, 0.3);
  7. padding: .15em;
  8. border-radius: 2px;
  9. }
  10. .ck.ck-editor__editable .ck-code_selected {
  11. background-color: hsla(0, 0%, 78%, 0.5);
  12. }