Browse Source

Specify a foreground text color for the widget. Fixes #12

widget
Lee Willis 10 years ago
parent
commit
ac1ca5a346
  1. 1
      css/github-embed.css

1
css/github-embed.css

@ -1,6 +1,7 @@
.github-embed { .github-embed {
padding: 0.5em 2em 0.5em 4em; padding: 0.5em 2em 0.5em 4em;
background-color: #fdfdfd; background-color: #fdfdfd;
color: #111;
width: 80%; width: 80%;
margin: auto; margin: auto;
margin-bottom: 1em; margin-bottom: 1em;

Loading…
Cancel
Save