From: Ruben Beltran del Rio Date: Thu, 20 Feb 2025 22:23:54 +0000 (+0100) Subject: Underline the text in silver X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/b41463764d6f8164c10bd3a3e1e3620df60812ca Underline the text in silver --- diff --git a/css/style.css b/css/style.css index 82b7a64..9fd610a 100644 --- a/css/style.css +++ b/css/style.css @@ -97,6 +97,8 @@ h3 { } h1, h2, h3, a { color: #00f } +a { text-decoration: underline silver } +a:hover { text-decoration: underline #00f } .h2 a { display: inline-block;