Skip to content

Commit 8f9e32f

Browse files
committed
strikethrough in post titles shouldn't render with background
1 parent 9ceebb7 commit 8f9e32f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/assets/stylesheets/posts.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ h1 .badge.is-tag.is-master-tag {
5858
width: 100%;
5959
overflow-wrap: break-word;
6060
}
61+
62+
del {
63+
background-color: transparent;
64+
}
6165
}
6266

6367
.post-list--content {
@@ -145,6 +149,10 @@ h1 .badge.is-tag.is-master-tag {
145149
width: 100%;
146150
}
147151

152+
del {
153+
background-color: transparent;
154+
}
155+
148156
@media screen and (min-width: $screen-md) {
149157
flex-direction: row;
150158

0 commit comments

Comments
 (0)