Merge branch 'docs_less_padding' into 'master'

Tighten table padding and luadoc anchors

See merge request OpenMW/openmw!4767
This commit is contained in:
Alexei Kotov 2025-07-10 00:55:36 +03:00
commit 3789070ea2
2 changed files with 10 additions and 2 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

@ -36,8 +36,8 @@
--muted: 223 27% 14%;
--card: 220 14% 9%;
--link: #ffffff;
--link-hover: #ffffff;
--link: #95b1dd;
--link-hover: #dde2eb;
}
.contents ul li a.reference:hover, .sd-dropdown .toctree-wrapper ul li a.reference, details.sd-dropdown .sd-summary-title {
@ -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;