diff options
-rw-r--r-- | src/gistatic.c | 4 | ||||
-rw-r--r-- | tests/resources/assets/repo/style.css | 4 | ||||
-rw-r--r-- | tests/resources/assets/style.css | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/gistatic.c b/src/gistatic.c index 81eb5ed..a2b10fc 100644 --- a/src/gistatic.c +++ b/src/gistatic.c @@ -216,10 +216,6 @@ static const char *const STYLE_STR = "" " a:visited {\n" " color: hsl(242, 100%, 80%);\n" " }\n" - "\n" - " .logo {\n" - " color: white;\n" - " }\n" "}\n" "\n" "body {\n" diff --git a/tests/resources/assets/repo/style.css b/tests/resources/assets/repo/style.css index 3a51849..ad8a08b 100644 --- a/tests/resources/assets/repo/style.css +++ b/tests/resources/assets/repo/style.css @@ -25,10 +25,6 @@ a:visited { color: hsl(242, 100%, 80%); } - - .logo { - color: white; - } } body { diff --git a/tests/resources/assets/style.css b/tests/resources/assets/style.css index 3a51849..ad8a08b 100644 --- a/tests/resources/assets/style.css +++ b/tests/resources/assets/style.css @@ -25,10 +25,6 @@ a:visited { color: hsl(242, 100%, 80%); } - - .logo { - color: white; - } } body { |