Browse Source

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

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

3
css/github-embed.css

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

Loading…
Cancel
Save