adjusted inline code font style in default stylesheet

This commit is contained in:
Daniel Fichtinger 2025-07-03 02:19:40 -04:00
parent 49b4242519
commit 508fba5266

View file

@ -147,6 +147,7 @@ pre {
border-radius: 3px;
background-color: #1d1d1d;
color: #d5d5d5;
font-size: 0.85em;
}
/* Block code styling (inherits from pre) */
@ -242,3 +243,5 @@ small a {
}