This commit is contained in:
Marc Beninca 2025-02-23 23:13:34 +01:00
parent cfa0a05637
commit 527d99ad30
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 21 additions and 17 deletions

View file

@ -189,6 +189,10 @@ li:nth-of-type(odd) {
background: var(--item-odd-gradient);
}
strong {
font-weight: bold;
}
.banner table {
margin-block-start: 0;
margin-inline: 0;