From: Ruben Beltran del Rio Date: Thu, 20 Feb 2025 22:28:43 +0000 (+0100) Subject: Apply hover only X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/6fb47dda3ea293566d048a89f0ff9731d29fe5eb?ds=sidebyside Apply hover only --- diff --git a/css/style.css b/css/style.css index fa3b951..96eaece 100644 --- a/css/style.css +++ b/css/style.css @@ -98,7 +98,7 @@ h3 { h1, h2, h3, a { color: #00f } a { text-decoration: underline silver } -a:hover { text-decoration: underline #00f } +.a a:hover { text-decoration: underline #00f } .h2 a { display: inline-block; @@ -152,7 +152,7 @@ canvas { } h1, h2, h3, a { color: #5dc1fd } a { text-decoration: underline dimgray } - a:hover { text-decoration: underline #5dc1fd } + .a a:hover { text-decoration: underline #5dc1fd } pre { background-color: #222 } header h1 a { -webkit-text-stroke: 1px #fff;