docs: links should be underlined.

This commit is contained in:
Catherine 2024-01-04 12:54:23 +00:00
parent e356ee2cac
commit 0191011bde

View file

@ -1,3 +1,7 @@
/* Links in text should be underlined. */
a { text-decoration: underline; }
.wy-menu-vertical a, .wy-side-nav-search > a { text-decoration: none; }
/* Some of our section titles are looong */
.wy-nav-side, .wy-side-scroll, .wy-menu-vertical { width: 340px; }
.wy-side-nav-search { width: 325px; }