diff options
author | EuAndreh <eu@euandre.org> | 2021-08-17 17:08:08 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-17 17:08:13 -0300 |
commit | a93fbd1f56ce364d5ca0dbb490c8077f30b76733 (patch) | |
tree | b45213786f162550798bdda550adff68ee0e2f0b /src | |
parent | aux/, tests/lib.sh: Update (diff) | |
download | gistatic-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 'src')
-rw-r--r-- | src/gistatic.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gistatic.c b/src/gistatic.c index 052087b..8f33955 100644 --- a/src/gistatic.c +++ b/src/gistatic.c @@ -225,14 +225,9 @@ static const char *const STYLE_STR = "" "\n" "nav a {\n" " padding: 2px 8px 0px 8px;\n" - " text-decoration: none;\n" " color: black;\n" "}\n" "\n" - "nav a:hover {\n" - " text-decoration: underline;\n" - "}\n" - "\n" ".selected-nav-item {\n" " background-color: hsl(0, 0%, 87%);\n" "}\n" |