authorgravatar for jay@jayschwa.netJay Petacat <jay@jayschwa.net> 2019-04-08 23:54:36-04:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2019-04-09 00:31:25-04:00
log98fa065de722bb7981949117a66643ed9eac8c52
treeea2a561244f1c46359755a5f39dc0ebf36f89a42
parentbddbbef32b4a42237ca84352a26a93bf250da918

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.

1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
......@@ -8,7 +8,7 @@
88 body{
99 font-family: system-ui, -apple-system, Roboto, "Segoe UI", sans-serif;
1010 }
11 a {
11 a:not(:hover) {
1212 text-decoration: none;
1313 }
1414 table, th, td {