Add some css

This commit is contained in:
Florian Schroedl
2022-05-04 17:00:00 +02:00
parent b42a664128
commit b069a76aaf
6 changed files with 2393 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
h1 pre, h2 pre, h3 pre, h4 pre, h5 pre, h6 pre {
display: inline;
}
h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
display: inline;
}
.strike-through {
text-decoration: line-through;
display: inline;
}