From: Ruben Beltran del Rio Date: Thu, 20 Feb 2025 22:25:43 +0000 (+0100) Subject: Dim the URLs X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/eaa68f7fa8201b90d202a2da273888b418292edc?hp=b41463764d6f8164c10bd3a3e1e3620df60812ca Dim the URLs --- diff --git a/css/style.css b/css/style.css index 9fd610a..fa3b951 100644 --- a/css/style.css +++ b/css/style.css @@ -151,6 +151,8 @@ canvas { border: 1px solid #fff; } h1, h2, h3, a { color: #5dc1fd } + a { text-decoration: underline dimgray } + a:hover { text-decoration: underline #5dc1fd } pre { background-color: #222 } header h1 a { -webkit-text-stroke: 1px #fff;