From ebd08fb2e5c6221e2c853beb5bc9ce61173a9250 Mon Sep 17 00:00:00 2001 From: rhiannon morris Date: Sat, 11 Mar 2023 15:55:25 +0100 Subject: [PATCH] style for --- style/shiny/base.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/style/shiny/base.css b/style/shiny/base.css index e98e724..7cef849 100644 --- a/style/shiny/base.css +++ b/style/shiny/base.css @@ -234,6 +234,11 @@ p { hyphens: auto; } +del { + text-decoration: line-through wavy; + text-decoration-thickness: 2px; +} + .threecol { columns: 3;