8
0

imagecaption.css 276 B

123456789101112
  1. /*
  2. * Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. .ck-content .image > figcaption {
  6. color: hsl(0, 0%, 20%);
  7. background-color: hsl(0, 0%, 97%);
  8. padding: .6em;
  9. font-size: .75em;
  10. outline-offset: -1px;
  11. }