summaryrefslogtreecommitdiff
path: root/themes/PaperMod/assets
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
parente7471bcb6fa081774a6bae50d2915d71fdaa4b8e (diff)
update the theme
Diffstat (limited to 'themes/PaperMod/assets')
-rw-r--r--themes/PaperMod/assets/css/common/post-single.css7
-rw-r--r--themes/PaperMod/assets/css/core/license.css4
-rw-r--r--themes/PaperMod/assets/js/license.js4
3 files changed, 8 insertions, 7 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
+}
diff --git a/themes/PaperMod/assets/css/core/license.css b/themes/PaperMod/assets/css/core/license.css
index 8e81d22..6234007 100644
--- a/themes/PaperMod/assets/css/core/license.css
+++ b/themes/PaperMod/assets/css/core/license.css
@@ -1,6 +1,6 @@
/*
- PaperMod v6
+ PaperMod v7
License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
Copyright (c) 2020 nanxiaobei and adityatelange
- Copyright (c) 2021-2022 adityatelange
+ Copyright (c) 2021-2023 adityatelange
*/
diff --git a/themes/PaperMod/assets/js/license.js b/themes/PaperMod/assets/js/license.js
index 8e81d22..6234007 100644
--- a/themes/PaperMod/assets/js/license.js
+++ b/themes/PaperMod/assets/js/license.js
@@ -1,6 +1,6 @@
/*
- PaperMod v6
+ PaperMod v7
License: MIT https://github.com/adityatelange/hugo-PaperMod/blob/master/LICENSE
Copyright (c) 2020 nanxiaobei and adityatelange
- Copyright (c) 2021-2022 adityatelange
+ Copyright (c) 2021-2023 adityatelange
*/