Skip to content

Instantly share code, notes, and snippets.

@S--Minecraft
Last active March 3, 2016 00:33
Show Gist options
  • Save S--Minecraft/a51dc7429171cbf029c6 to your computer and use it in GitHub Desktop.
Save S--Minecraft/a51dc7429171cbf029c6 to your computer and use it in GitHub Desktop.
tweetdeckの♡を☆に戻します
.icon-favorite-color {
color: #fab41e !important;
}
.is-favorite .icon-favorite-toggle {
color: #fab41e !important;
}
.icon-favorite:before {
content: "\f007" !important;
}
.sprite {
background-image: url(https://ton.twimg.com/tweetdeck-web/web/assets/global/backgrounds/td_sprite_sheet_2013_@1x.e0708304e2.png) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment