Skip to content

Instantly share code, notes, and snippets.

@troutcolor
Created December 12, 2020 10:28
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 troutcolor/dfaefd36d40c0259f03fd723b5873bfa to your computer and use it in GitHub Desktop.
Save troutcolor/dfaefd36d40c0259f03fd723b5873bfa to your computer and use it in GitHub Desktop.
Just an example Gist to show on a Glow Blog
.embedlinks .listing-item {
display: block;
float: left;
margin: 4px;
padding: 4px;
background: lightgray;
border-radius: 10px;
}
.embedlinks .listing-item a {
text-decoration: none;
color: black;
font-weight: bold;
}
.embedlinks .listing-item a:visited {
text-decoration: none;
color: black;
font-weight: bold;
}
.embedlinks .listing-item a:hover {
text-decoration: none;
color: red;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment