From ac1ca5a34638e4afb7de384da3c9505f5ef2ccf3 Mon Sep 17 00:00:00 2001 From: Lee Willis Date: Thu, 8 Jan 2015 20:00:08 +0000 Subject: [PATCH] Specify a foreground text color for the widget. Fixes #12 --- css/github-embed.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/github-embed.css b/css/github-embed.css index 43ba1f9..c0c58bc 100644 --- a/css/github-embed.css +++ b/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;