Fixed #183. Add default embedded CSS for underlining.

This commit is contained in:
Yujie Wen 2015-12-30 22:59:41 +08:00
parent 2ab7bd5999
commit 017c676a19
1 changed files with 5 additions and 0 deletions

View File

@ -484,6 +484,11 @@ using custom variable `org-reveal-root'."
(local-theme-css (concat local-root "css/theme/" theme ".css"))
(in-single-file (plist-get info :reveal-single-file)))
(concat
;; Default embedded style sheets
"<style type=\"text/css\">
.underline { text-decoration: underline; }
</style>
"
;; stylesheets
(if (and in-single-file
(file-readable-p local-reveal-css)