From 87cf0d57fae00ed7d92e0602bf1bb4d2cf53940a Mon Sep 17 00:00:00 2001 From: Borys Levytskyi Date: Mon, 6 Apr 2015 00:45:35 +0300 Subject: [PATCH] removed background from help command result --- css/styles.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index c81b33e..5895526 100644 --- a/css/styles.css +++ b/css/styles.css @@ -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; } \ No newline at end of file