diff --git a/docs/source/_static/luadoc.css b/docs/source/_static/luadoc.css index 83bfdf78b7..a8e1dffc75 100644 --- a/docs/source/_static/luadoc.css +++ b/docs/source/_static/luadoc.css @@ -57,6 +57,10 @@ #luadoc ul { list-style-type: disc; } #luadoc li {list-style: bullet;} +#luadoc .function a:not(.toc-backref) { + font-weight: 500; +} + #content #luadoc dl.function dt:not(.sig):first-child { border-bottom: 2px solid hsl(163.24deg 81.3% 74.1% / 30%); background-color: hsl(155.69deg 27.84% 54.99% / 12%); diff --git a/docs/source/_static/theme-override.css b/docs/source/_static/theme-override.css index 3d1a9280da..6cfa96c0d0 100644 --- a/docs/source/_static/theme-override.css +++ b/docs/source/_static/theme-override.css @@ -30,6 +30,8 @@ @media (prefers-color-scheme: dark) { :root { --background: 220 20% 7% !important; + --link: #ffffff; + --link-hover: #ffffff; } } @@ -46,6 +48,7 @@ /* Override link colors, default is foreground */ #content a:not(.toc-backref) { color: var(--link); + font-weight: 600; } #content a:not(.toc-backref):hover, #content a:not(.toc-backref):focus {