change del element decoration to line-through
This commit is contained in:
parent
d67462d0f3
commit
ff1b8e138e
@ -83,8 +83,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-content del {
|
.post-content del {
|
||||||
text-decoration: none;
|
text-decoration: line-through;
|
||||||
background: linear-gradient(to right, var(--primary) 100%, transparent 0) 0 50%/1px 1px repeat-x;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-content dl,
|
.post-content dl,
|
||||||
@ -400,4 +399,4 @@ h1>a>svg {
|
|||||||
img.in-text {
|
img.in-text {
|
||||||
display: inline;
|
display: inline;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user