diff options
-rw-r--r-- | style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/style.css b/style.css index 0d4cee1..31c9690 100644 --- a/style.css +++ b/style.css @@ -77,7 +77,8 @@ a:visited { } a:hover, code .token.url { - text-decoration:underline + text-decoration:underline; + text-decoration-color:lightgrey; } body { display:grid; |