From d0bae33912454e012ac942bddc90dd57ebdeb6ef Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Sat, 2 Aug 2025 01:47:59 +0000 Subject: [PATCH] No underline on link CSS --- frontend/src/assets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/assets/style.css b/frontend/src/assets/style.css index 52c0c55..f30ef3c 100644 --- a/frontend/src/assets/style.css +++ b/frontend/src/assets/style.css @@ -11,6 +11,10 @@ body { justify-content: center; } +a, a:visited { + text-decoration: none; +} + .container { background: white; padding: 40px;