From 3e44cb2532461554f6407cc51a7aa63f029e3c55 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Mon, 28 Oct 2019 14:52:31 -0400 Subject: [PATCH] Add HTML elements to Diplomatic editions selectors --- _sass/_ed.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_sass/_ed.scss b/_sass/_ed.scss index 607fd9de..1814014f 100644 --- a/_sass/_ed.scss +++ b/_sass/_ed.scss @@ -651,16 +651,19 @@ ol.bibliography { } /* Diplomatic editions */ +ins, .add { color:#288828; font-style: italic; } +del, .delete { text-decoration: line-through; color: #AA3232; } +u, .underline { text-decoration: underline; }