make listingblock titles italic

This commit is contained in:
tastytea 2022-09-26 17:50:03 +02:00
parent b028409c00
commit 2d7b1990e3
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 4 additions and 0 deletions

View File

@ -348,3 +348,7 @@ kbd
{
background-color: var(--bg-dark);
}
.listingblock .title {
font-style: italic;
}