code.css 222 B

12345678910
  1. /*
  2. * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. .ck-content code {
  6. background-color: hsla(0, 0%, 78%, 0.3);
  7. padding: .15em;
  8. border-radius: 2px;
  9. }