Skip to content
Snippets Groups Projects
Unverified Commit 7193ed0b authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

docs: css: add .strike class

Add a custom CSS class to support strike-through text without depending on
a specific theme.
parent 9577d2fa
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 This fixes the vertical position of list markers when the first
element in the <li> is a <pre> block 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