docs: style the headers so that they separate sections more clearly

This commit is contained in:
alfrix 2024-04-05 08:59:44 -03:00
parent 1b07839553
commit 57904efc7e

View File

@ -9,3 +9,9 @@ img {
.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);
}