]> jfr.im git - irc/weechat/weechat.git/commitdiff
doc: remove underline and change color for links
authorSébastien Helleu <redacted>
Fri, 24 Jun 2022 16:59:42 +0000 (18:59 +0200)
committerSébastien Helleu <redacted>
Fri, 24 Jun 2022 16:59:42 +0000 (18:59 +0200)
doc/docinfo.html

index c1698976f2ee18f7669881684fb265b8407cc78e..3331d2277d31aa63f9b491feddeb6ebd9c3b61f5 100644 (file)
@@ -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 {