We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ceebb7 commit 8f9e32fCopy full SHA for 8f9e32f
1 file changed
app/assets/stylesheets/posts.scss
@@ -58,6 +58,10 @@ h1 .badge.is-tag.is-master-tag {
58
width: 100%;
59
overflow-wrap: break-word;
60
}
61
+
62
+ del {
63
+ background-color: transparent;
64
+ }
65
66
67
.post-list--content {
@@ -145,6 +149,10 @@ h1 .badge.is-tag.is-master-tag {
145
149
146
150
147
151
152
153
154
155
148
156
@media screen and (min-width: $screen-md) {
157
flex-direction: row;
158
0 commit comments