Remove font size from theme

Should be set in CodeMirror class if different font-sizes are wanted
This commit is contained in:
Matt Pass
2012-08-15 11:35:42 +01:00
parent 7664f1ea74
commit 989b0a602d

View File

@@ -1,6 +1,6 @@
/* ICE coder default theme: Based VERY loosely on Monokai */
.cm-s-icecoder {font-size: 12px; color: #666; background: #1c1c19;}
.cm-s-icecoder {color: #666; background: #1c1c19;}
.cm-s-icecoder span.cm-keyword {color: #f8f8f8; font-weight:bold;}
.cm-s-icecoder span.cm-atom {color: #ae81ff;}