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;