diff --git a/docs/style.css b/docs/style.css index 322d114..7b98b16 100644 --- a/docs/style.css +++ b/docs/style.css @@ -47,6 +47,10 @@ a { text-decoration:none; } +a:hover { + text-decoration: underline; +} + b, strong { font-weight: 600; background: linear-gradient(transparent 75%, #a7d6ff 70%);