diff options
author | kuaipao <softimage@gmail.com> | 2015-09-08 04:02:48 +0800 |
---|---|---|
committer | kuaipao <softimage@gmail.com> | 2015-09-08 04:02:48 +0800 |
commit | 62a6dde81ad0999aba98208fd3f96f9fc7afdb12 (patch) | |
tree | 2d4eaad85ec654de52f5e134f56d969fb8bccf0a | |
parent | 14b72b344f3b1e5a747fdae342c8bc82599f9e92 (diff) | |
download | gitbook-62a6dde81ad0999aba98208fd3f96f9fc7afdb12.zip gitbook-62a6dde81ad0999aba98208fd3f96f9fc7afdb12.tar.gz gitbook-62a6dde81ad0999aba98208fd3f96f9fc7afdb12.tar.bz2 |
use black font on mobi
-rwxr-xr-x | theme/stylesheets/ebook.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/stylesheets/ebook.less b/theme/stylesheets/ebook.less index f4b6c2e..3d547f7 100755 --- a/theme/stylesheets/ebook.less +++ b/theme/stylesheets/ebook.less @@ -39,6 +39,6 @@ body { .page { font-family: sans-serif; - .markdown-content(#333, 1.6); + .markdown-content(#000, 1.6); } } |