From 3f207a9e8cc52a09e8e48812efdd001b4411b4ed Mon Sep 17 00:00:00 2001 From: Kevin Paxman <kpaxman@uwaterloo.ca> Date: Wed, 7 Apr 2021 10:14:19 -0400 Subject: [PATCH] ISTWCMS-4754: Add basic 'kbd' styling --- css/uw_ckeditor.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/uw_ckeditor.css b/css/uw_ckeditor.css index cca67bf3..5672555f 100644 --- a/css/uw_ckeditor.css +++ b/css/uw_ckeditor.css @@ -17,3 +17,16 @@ line-height: 1.4; color: #757575; } + +kbd { + border: 1px solid #757575; + border-radius: 4px; + background: #dfdfdf; + margin: 0 1px; + padding: 0 4px; +} + +kbd > kbd { + background: #575757; + color: #ffffff; +} -- GitLab