mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-09 04:15:40 -04:00
Merge branch 'docs_less_padding' into 'master'
Tighten table padding and luadoc anchors See merge request OpenMW/openmw!4767
This commit is contained in:
commit
3789070ea2
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user