diff options
-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); } } |