From 835f509a152639f9e37f57b70834b549030cb719 Mon Sep 17 00:00:00 2001 From: Yamin Siahmargooei Date: Sat, 28 Sep 2024 18:28:28 +0330 Subject: [PATCH] css fix for card --- css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/style.css b/css/style.css index ce38df2..e758f5b 100644 --- a/css/style.css +++ b/css/style.css @@ -51,6 +51,14 @@ body { background: var(--secondary); } +a { + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + a:link { color: var(--primary); }