From 2c0a4f71e3261c7ca09e614cd24e73edf824cd3d Mon Sep 17 00:00:00 2001 From: Fazil Altinel Date: Sun, 2 Jan 2022 11:57:50 +0000 Subject: [PATCH] Add underline to links on hover --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 0256e47..95e72ad 100644 --- a/style.css +++ b/style.css @@ -20,7 +20,7 @@ a:visited { } a:hover { color: #0bc; - text-decoration: none; + text-decoration: underline; } #a { color: #0f0;