diff options
-rw-r--r-- | doc/docinfo.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/docinfo.html b/doc/docinfo.html index c1698976f..3331d2277 100644 --- a/doc/docinfo.html +++ b/doc/docinfo.html @@ -12,7 +12,7 @@ --body-bg-color: #1a1a1a; --body-color: #ddd; --body-font: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; - --link-color: #8aceff; + --link-color: #7abeef; --table-thead-tfoot: #252525; --th-color: #fff; --toc-bg-color: #252525; @@ -43,7 +43,7 @@ --body-bg-color: ##fff; --body-color: #353535; --body-font: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; - --link-color: #1d4b8f; + --link-color: #3d6baf; --table-thead-tfoot: #f7f8f7; --th-color: #000; --toc-bg-color: #f8f8f7; @@ -88,6 +88,7 @@ h1, h2, h3, #toctitle, .sidebarblock > .content > .title, h4, h5, h6 { a:link, a:visited, #header .details span.email a { color: var(--link-color); + text-decoration: none; } table thead, table tfoot { |