update the theme

This commit is contained in:
Christoph Cullmann 2023-06-25 20:35:54 +02:00
parent e7471bcb6f
commit 1f149ab65e
22 changed files with 240 additions and 47 deletions

View file

@ -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;
}
}