From 51b0e2c775218edf9764fb3712ca838c338ff29c Mon Sep 17 00:00:00 2001 From: kiril Date: Mon, 22 Apr 2024 22:11:59 +0000 Subject: [PATCH] Add hover effect to hyperlinks --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 05f4090..3b7b850 100644 --- a/style.css +++ b/style.css @@ -68,6 +68,10 @@ a { text-decoration: none; } +a:not(li *):hover { + border-bottom: dotted 2px; +} + h2#links { text-align: left; color: gold;