diff options
-rw-r--r-- | src/gistatic.c | 5 | ||||
-rw-r--r-- | tests/resources/assets/style.css | 5 |
2 files changed, 0 insertions, 10 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" 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%); } |