Style tweaks

This commit is contained in:
2025-11-05 22:05:52 -08:00
parent dfffe824d1
commit 59b890bfe9
2 changed files with 3 additions and 2 deletions

View File

@@ -92,7 +92,8 @@ pre span:before {
p code,
li code,
div code {
padding: 0 .2rem 0 .2rem;
padding: .2rem .4rem .2rem .4rem;
font-size: 85%;
border-radius: .3rem;
color: var(--codeFgColor);
background-color: var(--codeBgColor);