From 31cb275806ffbf13a62ece322a52f834c7ef45ec Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 18 Jul 2020 09:07:05 -0400 Subject: Reduce opacity of link underlines --- docs/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/style.css b/docs/style.css index 258f528d..377b988f 100644 --- a/docs/style.css +++ b/docs/style.css @@ -57,5 +57,5 @@ pre { .String { color: #2d7583; } .Result { color: #292929; } -a:link { color: #0b39dc; } +a:link { color: #0b39dc; text-decoration-color:#0b39dc91; } a:visited { color: #3d155f; } -- cgit v1.2.3