Skip to content

Instantly share code, notes, and snippets.

@shigesanpo
Created March 6, 2016 13:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shigesanpo/bb6a25dde7c51041fecc to your computer and use it in GitHub Desktop.
Save shigesanpo/bb6a25dde7c51041fecc to your computer and use it in GitHub Desktop.
.entry-content .entry-see-more::before {
background-color: #ffffff;
content: "\f0a9";
display: inline-block;
font-family: FontAwesome;
margin-right: 7px;
}
.entry-content .entry-see-more {
background-color: #ffffff;
color: #333333;
}
.entry-content .entry-see-more:hover {
background-color: #ffffff;
color: #333333;
opacity: 0.7;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment