From 1f149ab65e7ec7da6a0ec455b807c8d7cc4aae70 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Sun, 25 Jun 2023 20:35:54 +0200 Subject: update the theme --- themes/PaperMod/assets/css/common/post-single.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'themes/PaperMod/assets/css/common') diff --git a/themes/PaperMod/assets/css/common/post-single.css b/themes/PaperMod/assets/css/common/post-single.css index 0f569bf..47b9888 100644 --- a/themes/PaperMod/assets/css/common/post-single.css +++ b/themes/PaperMod/assets/css/common/post-single.css @@ -72,6 +72,8 @@ .post-content a, .toc a:hover { box-shadow: 0 1px 0; + box-decoration-break: clone; + -webkit-box-decoration-break: clone; } .post-content a code { @@ -81,8 +83,7 @@ } .post-content del { - text-decoration: none; - background: linear-gradient(to right, var(--primary) 100%, transparent 0) 0 50%/1px 1px repeat-x; + text-decoration: line-through; } .post-content dl, @@ -398,4 +399,4 @@ h1>a>svg { img.in-text { display: inline; margin: auto; -} \ No newline at end of file +} -- cgit v1.2.3