diff --git a/src/styles/global.css b/src/styles/global.css index 3194cb2..e82b420 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -65,11 +65,11 @@ b { } a { color: var(--accent); - text-decoration: none; + text-decoration: underline; } a:hover { color: var(--accent); - text-decoration: underline; + text-decoration: none; } p {