remove colors from main stylesheet

They won't work for light and dark styles
This commit is contained in:
Justin Palmer
2013-02-12 12:08:30 -08:00
parent f7893f4e21
commit 5acf544fce

View File

@@ -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;
}
}