diff --git a/ui.css b/ui.css index 9832acc..87fc0ce 100644 --- a/ui.css +++ b/ui.css @@ -39,7 +39,9 @@ h1 { a { color: var(--text-color); + text-decoration: none; } a:hover { color: var(--bg-color); + text-decoration: underline; } \ No newline at end of file