Skip to content

Instantly share code, notes, and snippets.

@tachyondecay
Created June 21, 2015 21:52
Show Gist options
  • Save tachyondecay/92e8eb1b24b6f113d3fa to your computer and use it in GitHub Desktop.
Save tachyondecay/92e8eb1b24b6f113d3fa to your computer and use it in GitHub Desktop.
Add your own border colour to an embedded Twitter timeline
.twitter-timeline {
border: 1px solid blue !important; /* Replace "blue" with another named colour or hexadecimal color code of your choice. The "!important" flag prevents the inline styling from overriding this rule. */
border-radius: 5px; /* This makes the corners rounded slightly. */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment