18 lines
256 B
CSS
18 lines
256 B
CSS
img {
|
|
display: block;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.md-typeset .md-typeset__table {
|
|
display: block;
|
|
}
|
|
.md-typeset__table table:not([class]) {
|
|
display: table;
|
|
}
|
|
|
|
h2, h3, h4 {
|
|
padding: 0.5em 0;
|
|
text-align: center;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
}
|