updated default css to include sane settings for tables and blockquotes

This commit is contained in:
gutmet 2020-05-09 14:35:47 +02:00
parent 2c9adcc403
commit 464675146d

View File

@ -38,6 +38,12 @@ div.blogpost img {
div.navigation {
padding-bottom: 0.5em;
}
blockquote {
margin-left: 1em;
margin-right: 0;
padding-left: 1em;
border-left: 2px solid;
}
video {
max-width: 50%;
}
@ -50,6 +56,12 @@ pre {
h1, h2, h3, h4, h5, h6 {
text-align: left;
}
th {
padding-right: .5em;
}
td {
padding-right: .5em;
}
`
/******************************************************************************/