Add specifity to active classes to make them override theme colors.

This commit is contained in:
shpuld 2017-11-24 23:55:46 +02:00
parent 2431d35277
commit f02229fed2
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@
color: $green;
}
}
.retweeted {
.icon-retweet.retweeted {
color: $green;
}
</style>