From 24d8f802c9ccb8f223ab137718201bf7a6dfffdb Mon Sep 17 00:00:00 2001 From: Lily Yan <l26yan@uwaterloo.ca> Date: Wed, 31 May 2023 15:52:18 -0400 Subject: [PATCH] ISTWCMS-6343 Create "enlarged" style --- css/uw_ckeditor.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/uw_ckeditor.css b/css/uw_ckeditor.css index ec451b65..6b2c9255 100644 --- a/css/uw_ckeditor.css +++ b/css/uw_ckeditor.css @@ -28,6 +28,11 @@ h6 { color: #757575; } +.enlarged { + font-size: 1.42383rem; + line-height: 1.4; +} + kbd { border: 1px solid #757575; border-radius: 4px; -- GitLab