From e9585544d5251b6a046db28b4fe63f111b61babf Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Fri, 6 May 2022 21:59:45 -0700 Subject: [PATCH] Add underline back to links in the style Signed-off-by: Alek Ratzloff --- board/static/board/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/board/static/board/style.css b/board/static/board/style.css index 67477f5..5bd30a8 100644 --- a/board/static/board/style.css +++ b/board/static/board/style.css @@ -85,20 +85,16 @@ hr { a:link { color:#555; - text-decoration: none; } a:visited { color: #555; - text-decoration: none; } a:hover { color: #888; - text-decoration: none; } a:active { color: #888; - text-decoration: none; } \ No newline at end of file