From 8ae433c5874dd20a6dd495eb63b3b7e08ca21d5d Mon Sep 17 00:00:00 2001 From: Leo Vasanko Date: Fri, 1 Aug 2025 13:47:59 -0600 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;