diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-07-02 14:58:47 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2015-07-02 14:58:47 +0200 |
commit | 523f78eda724006e12a502a7b6d7c8147dc92fbe (patch) | |
tree | 080418acabc86f93ede45319d438034724f3dbd2 /css/theme/template | |
parent | 2de01e3219144c52342d6076b5c0f87e606b1380 (diff) | |
download | perl-software-in-gnu-guix-523f78eda724006e12a502a7b6d7c8147dc92fbe.tar perl-software-in-gnu-guix-523f78eda724006e12a502a7b6d7c8147dc92fbe.tar.gz |
remove harcoded syntax highlight colors #1290
Diffstat (limited to 'css/theme/template')
-rw-r--r-- | css/theme/template/theme.scss | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/css/theme/template/theme.scss b/css/theme/template/theme.scss index bd89d31..12edb51 100644 --- a/css/theme/template/theme.scss +++ b/css/theme/template/theme.scss @@ -178,8 +178,6 @@ body { overflow: auto; max-height: 400px; word-wrap: normal; - background: #3F3F3F; - color: #DCDCDC; } .reveal table { |