Make the ENTITY &root; bold.

This commit is contained in:
Bruce Dubbs 2024-03-16 01:17:33 -05:00
parent fbaad54b61
commit 0fca71b924

View File

@ -538,6 +538,10 @@ tt, code, kbd, pre, .command {
font-style: italic;
}
code.systemitem {
font-weight: bold;
}
pre {
background-color: #e5e5e5;
border: 1px solid #050505;