docs - adjust styling for em

This commit is contained in:
Cody Glassman 2025-06-17 15:54:04 -07:00
parent 4032f4e06c
commit e649498f06

View File

@ -33,6 +33,11 @@ html.dark #luadoc pre.example code {
cursor: inherit;
}
#luadoc em {
font-size: 13px;
font-style: normal;
}
#luadoc p em { font-family: 'monospace';}
#luadoc a:link { font-weight: bold; color: var(--color-link);; text-decoration: none; }