Skip to content

Commit 2c7faa1

Browse files
committed
Add strikethrough to stylesheet
1 parent 0764838 commit 2c7faa1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/static/customstyle.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,7 @@
2424
overflow: visible !important;
2525
}
2626
}
27+
28+
.strike {
29+
text-decoration: line-through;
30+
}

0 commit comments

Comments
 (0)