removed background from help command result

This commit is contained in:
Borys Levytskyi
2015-04-06 00:45:35 +03:00
parent 4d008e8059
commit 87cf0d57fa

View File

@@ -30,9 +30,7 @@ code { font-size: 1.2em; font-weight: bold; }
/* Light */
.light .one { color: black; }
.light .help { background: #f8f8f8 }
/* Dark */
.dark { background: black; color: white;}
.dark .help { background: #222 }
.dark .expressionInput { background: black; color: white; }
.dark a, .dark a:visited { color: white; }