twitterchiver/viewer: set retweeted icon to grey
This commit is contained in:
parent
0d8ff4ba40
commit
4466be3776
1 changed files with 1 additions and 2 deletions
|
@ -56,7 +56,7 @@ a:hover {
|
||||||
.byline-name {
|
.byline-name {
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
.byline, .retweeted-byline {
|
.byline, .retweeted-byline, .retweeted-icon {
|
||||||
color: rgb(136, 153, 166);
|
color: rgb(136, 153, 166);
|
||||||
}
|
}
|
||||||
.retweeted-byline {
|
.retweeted-byline {
|
||||||
|
@ -64,7 +64,6 @@ a:hover {
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
.retweeted-icon {
|
.retweeted-icon {
|
||||||
color: rgb(23, 191, 99);
|
|
||||||
width: 19px;
|
width: 19px;
|
||||||
fill: currentcolor;
|
fill: currentcolor;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in a new issue