diff --git a/css/uw_ckeditor.css b/css/uw_ckeditor.css index dc533b175a43a94f6bfa02ee5b10e90a99093ddb..258a8273d08c2e95b171cfebc0912e439f6eae62 100644 --- a/css/uw_ckeditor.css +++ b/css/uw_ckeditor.css @@ -139,6 +139,15 @@ li > *:last-child { margin-bottom: 0; } +mark { + background: #ffea30; + color: #000000; + padding: 0.063rem 0.125rem; + /* Ensure the padding shows when there are line breaks. */ + -webkit-box-decoration-break: clone; + box-decoration-break: clone; +} + @media print { li { page-break-inside: avoid;