From 0afbb4164ceaf89aedb546ba1efdc121aeea8c48 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 20 Apr 2022 11:21:51 -0400 Subject: Don't underline code in links; set primitives off with : and not () --- docs/style.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/style.css') diff --git a/docs/style.css b/docs/style.css index 7c3868ac..8aafe27d 100644 --- a/docs/style.css +++ b/docs/style.css @@ -19,10 +19,16 @@ h1, h2, h3, h4 { line-height: 1.2; margin: 2.5rem 0 1rem 0; padding-bottom: 0.1em; - border-bottom: 0.01em solid #9995 + border-bottom: 0.01em solid #9995; } a:link.header, a:visited.header { - text-decoration:none; color:inherit; + text-decoration: none; + color: inherit; +} +a code { + text-decoration: none; + display: inline-block; + line-height: 1.2; } a.fulldoc { float: right; -- cgit v1.2.3