From fcb263d1dd4ae45db89500e98f9479a02a714711 Mon Sep 17 00:00:00 2001 From: Pavetr Date: Tue, 24 Feb 2026 12:28:19 +0300 Subject: [PATCH] Changed links style --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index b8b1065..f92dda8 100644 --- a/style.css +++ b/style.css @@ -25,11 +25,11 @@ footer { padding-left: 30px; color: gray; } -a.foo:hover { - text-decoration-color: black; - color: black; +a:hover { + color: #71ff55; } -a.foo { - text-decoration-color: white; +a { + text-decoration: underline; color: white; + transition: color 300ms; }