summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-09-08 09:16:43 +0200
committerSamy Pessé <samypesse@gmail.com>2015-09-08 09:16:43 +0200
commitbd885b135f4cf746a46fba76d5898b33dc5a8cf0 (patch)
tree2d4eaad85ec654de52f5e134f56d969fb8bccf0a
parent14b72b344f3b1e5a747fdae342c8bc82599f9e92 (diff)
parent62a6dde81ad0999aba98208fd3f96f9fc7afdb12 (diff)
downloadgitbook-bd885b135f4cf746a46fba76d5898b33dc5a8cf0.zip
gitbook-bd885b135f4cf746a46fba76d5898b33dc5a8cf0.tar.gz
gitbook-bd885b135f4cf746a46fba76d5898b33dc5a8cf0.tar.bz2
Merge pull request #904 from kuaipao/fix-mobi-font-color
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);
}
}