diff options
author | EuAndreh <eu@euandre.org> | 2021-08-22 11:11:06 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-08-22 11:35:31 -0300 |
commit | d7c0b49e8dec38cb84cbdd891453573802c0af90 (patch) | |
tree | 4922d1a04b23dec04dba0708a93e8d56c8c018fc /src/gistatic.c | |
parent | src/gistatic.c: Suppress "Download" and "Commit message" columns from tags ta... (diff) | |
download | gistatic-d7c0b49e8dec38cb84cbdd891453573802c0af90.tar.gz gistatic-d7c0b49e8dec38cb84cbdd891453573802c0af90.tar.xz |
src/gistatic.c: Remove .logo bogus color attribute
Diffstat (limited to 'src/gistatic.c')
-rw-r--r-- | src/gistatic.c | 4 |
1 files changed, 0 insertions, 4 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" |