docs: Underline link when hovering over it

In addition to the pointer, this gives some visual feedback to the user
that the element is interactive. This is a very common style pattern
across the web.
This commit is contained in:
Jay Weisskopf 2019-04-08 23:54:36 -04:00 committed by Andrew Kelley
parent bddbbef32b
commit 98fa065de7

View File

@ -8,7 +8,7 @@
body{
font-family: system-ui, -apple-system, Roboto, "Segoe UI", sans-serif;
}
a {
a:not(:hover) {
text-decoration: none;
}
table, th, td {