From eb4ae44ad384344316543a8c3e67b511b0cc6ee6 Mon Sep 17 00:00:00 2001 From: Ada Date: Sun, 14 May 2023 03:15:20 +0200 Subject: [PATCH] better a --- ui.css | 2 ++ 1 file changed, 2 insertions(+) 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