diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-18 09:07:05 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-07-18 09:11:25 -0400 |
| commit | 31cb275806ffbf13a62ece322a52f834c7ef45ec (patch) | |
| tree | aa99ef8acfc0097837b4bc5758589f9af9f07e49 /docs | |
| parent | 73031716ebfc4d665f8bcce87793e4e32e2608de (diff) | |
Reduce opacity of link underlines
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
