From a93fbd1f56ce364d5ca0dbb490c8077f30b76733 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 17 Aug 2021 17:08:08 -0300 Subject: src/gistatic.c: Keep default underline look This is more accessible, as the links have the extra visual queue that they're links. --- tests/resources/assets/style.css | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/resources') diff --git a/tests/resources/assets/style.css b/tests/resources/assets/style.css index 9972738..f2cad9d 100644 --- a/tests/resources/assets/style.css +++ b/tests/resources/assets/style.css @@ -36,14 +36,9 @@ nav li { nav a { padding: 2px 8px 0px 8px; - text-decoration: none; color: black; } -nav a:hover { - text-decoration: underline; -} - .selected-nav-item { background-color: hsl(0, 0%, 87%); } -- cgit v1.2.3