From 4466be3776625ca66cb69dd0deed754e72aaef9f Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 18 Oct 2020 01:08:47 +0000 Subject: [PATCH] twitterchiver/viewer: set retweeted icon to grey --- go/twitterchiver/viewer/templates/tweets.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/go/twitterchiver/viewer/templates/tweets.html b/go/twitterchiver/viewer/templates/tweets.html index cc4e6d3357..17d051737d 100644 --- a/go/twitterchiver/viewer/templates/tweets.html +++ b/go/twitterchiver/viewer/templates/tweets.html @@ -56,7 +56,7 @@ a:hover { .byline-name { color: white; } -.byline, .retweeted-byline { +.byline, .retweeted-byline, .retweeted-icon { color: rgb(136, 153, 166); } .retweeted-byline { @@ -64,7 +64,6 @@ a:hover { margin-bottom: 6px; } .retweeted-icon { - color: rgb(23, 191, 99); width: 19px; fill: currentcolor; float: left;