Skip to content

Instantly share code, notes, and snippets.

@kadai
Created June 26, 2017 06:50
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 kadai/c64bdf1b23db148e62746e191387f71f to your computer and use it in GitHub Desktop.
Save kadai/c64bdf1b23db148e62746e191387f71f to your computer and use it in GitHub Desktop.
CSS to change the appearance of the Top Posts widget (part 2)
.widgets-list-layout-links a {
font-family: 'Playfair Display',Georgia,serif;
line-height: 140%;
font-weight: 700;
color: #111;
}
.widgets-list-layout-links a:hover {
color: #111;
text-decoration: underline;
}
.widgets-list-layout-links {
width: 78%;
}
.widgets-list-layout li {
margin-bottom: 0em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment