Skip to content
Snippets Groups Projects
Commit 88c788ac authored by Matthias Schiffer's avatar Matthias Schiffer Committed by github-actions[bot]
Browse files

docs: css: add .strike class

Add a custom CSS class to support strike-through text without depending on
a specific theme.

(cherry picked from commit 7193ed0b)
parent c6512a41
No related branches found
No related tags found
No related merge requests found
.strike {
text-decoration: line-through;
}
/*
This fixes the vertical position of list markers when the first
element in the <li> is a <pre> block
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment