summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkuaipao <softimage@gmail.com>2015-09-08 04:02:48 +0800
committerkuaipao <softimage@gmail.com>2015-09-08 04:02:48 +0800
commit62a6dde81ad0999aba98208fd3f96f9fc7afdb12 (patch)
tree2d4eaad85ec654de52f5e134f56d969fb8bccf0a
parent14b72b344f3b1e5a747fdae342c8bc82599f9e92 (diff)
downloadgitbook-62a6dde81ad0999aba98208fd3f96f9fc7afdb12.zip
gitbook-62a6dde81ad0999aba98208fd3f96f9fc7afdb12.tar.gz
gitbook-62a6dde81ad0999aba98208fd3f96f9fc7afdb12.tar.bz2
use black font on mobi
-rwxr-xr-xtheme/stylesheets/ebook.less2
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);
}
}