diff options
author | Hakim El Hattab | 2015-07-02 14:58:47 +0200 |
---|---|---|
committer | Hakim El Hattab | 2015-07-02 14:58:47 +0200 |
commit | 523f78eda724006e12a502a7b6d7c8147dc92fbe (patch) | |
tree | 080418acabc86f93ede45319d438034724f3dbd2 /css/theme/black.css | |
parent | 2de01e3219144c52342d6076b5c0f87e606b1380 (diff) |
remove harcoded syntax highlight colors #1290
Diffstat (limited to 'css/theme/black.css')
-rw-r--r-- | css/theme/black.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/css/theme/black.css b/css/theme/black.css index ee2ead8..5ff960e 100644 --- a/css/theme/black.css +++ b/css/theme/black.css @@ -142,9 +142,7 @@ body { padding: 5px; overflow: auto; max-height: 400px; - word-wrap: normal; - background: #3F3F3F; - color: #DCDCDC; } + word-wrap: normal; } .reveal table { margin: auto; |