From: Ruben Beltran del Rio Date: Thu, 20 Feb 2025 22:28:59 +0000 (+0100) Subject: Apply effects only to .a a X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/331e25872e4d1b992f50d43b4c04ed72f1b67f56?hp=6fb47dda3ea293566d048a89f0ff9731d29fe5eb Apply effects only to .a a --- diff --git a/css/style.css b/css/style.css index 96eaece..0164b1f 100644 --- a/css/style.css +++ b/css/style.css @@ -97,7 +97,7 @@ h3 { } h1, h2, h3, a { color: #00f } -a { text-decoration: underline silver } +.a a { text-decoration: underline silver } .a a:hover { text-decoration: underline #00f } .h2 a { @@ -151,7 +151,7 @@ canvas { border: 1px solid #fff; } h1, h2, h3, a { color: #5dc1fd } - a { text-decoration: underline dimgray } + .a a { text-decoration: underline dimgray } .a a:hover { text-decoration: underline #5dc1fd } pre { background-color: #222 } header h1 a {