docs - fix table padding and luadoc scroll padding

This commit is contained in:
Cody Glassman 2025-07-08 11:26:16 -07:00
parent e9a9659abc
commit 8b44b95830
2 changed files with 8 additions and 0 deletions

View File

@ -20,6 +20,10 @@
white-space: normal;
}
html:has(#luadoc) {
scroll-padding-top: 4.0rem;
}
#content #luadoc code a:not(.toc-backref) {
font-weight: 600;
}

View File

@ -143,6 +143,10 @@ tbody tr:hover {
margin-bottom: 1.5rem;
}
#content table p {
margin-bottom: 0;
}
h5 {
font-size: 1.15rem;
font-weight: 600;