summaryrefslogtreecommitdiff
path: root/themes/PaperMod/assets/css/common
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2023-06-25 20:35:54 +0200
committerChristoph Cullmann <cullmann@kde.org>2023-06-25 20:35:59 +0200
commit1f149ab65e7ec7da6a0ec455b807c8d7cc4aae70 (patch)
treea641f63722836a17191f41d88eaee296e9b478a1 /themes/PaperMod/assets/css/common
parente7471bcb6fa081774a6bae50d2915d71fdaa4b8e (diff)
update the theme
Diffstat (limited to 'themes/PaperMod/assets/css/common')
-rw-r--r--themes/PaperMod/assets/css/common/post-single.css7
1 files changed, 4 insertions, 3 deletions
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
+}