From 5acf544fce0c15f5aae7a2002d58c00e221c2dac Mon Sep 17 00:00:00 2001 From: Justin Palmer Date: Tue, 12 Feb 2013 12:08:30 -0800 Subject: [PATCH] remove colors from main stylesheet They won't work for light and dark styles --- static/markdown.css | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/static/markdown.css b/static/markdown.css index ee7c9e93f..b73e91bf0 100644 --- a/static/markdown.css +++ b/static/markdown.css @@ -1,25 +1,15 @@ .source.gfm { - color: #ccc; -webkit-font-smoothing: antialiased; } .gfm .markup.heading { - color: #eee; font-weight: bold; } -.gfm .link { - color: #666; -} - .gfm .bold { font-weight: bold; } .gfm .italic { font-style: italic; -} - -.gfm .variable.list { - color: #666; -} +} \ No newline at end of file