aboutsummaryrefslogtreecommitdiff
path: root/tests/resources/assets/style.css
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-08-17 17:08:08 -0300
committerEuAndreh <eu@euandre.org>2021-08-17 17:08:13 -0300
commita93fbd1f56ce364d5ca0dbb490c8077f30b76733 (patch)
treeb45213786f162550798bdda550adff68ee0e2f0b /tests/resources/assets/style.css
parentaux/, tests/lib.sh: Update (diff)
downloadgistatic-a93fbd1f56ce364d5ca0dbb490c8077f30b76733.tar.gz
gistatic-a93fbd1f56ce364d5ca0dbb490c8077f30b76733.tar.xz
src/gistatic.c: Keep default <a> underline look
This is more accessible, as the links have the extra visual queue that they're links.
Diffstat (limited to 'tests/resources/assets/style.css')
-rw-r--r--tests/resources/assets/style.css5
1 files changed, 0 insertions, 5 deletions
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%);
}