aboutsummaryrefslogtreecommitdiff
path: root/build-aux/build-website.el
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/build-website.el')
-rw-r--r--build-aux/build-website.el14
1 files changed, 1 insertions, 13 deletions
diff --git a/build-aux/build-website.el b/build-aux/build-website.el
index f10b89b..3bea2ad 100644
--- a/build-aux/build-website.el
+++ b/build-aux/build-website.el
@@ -22,19 +22,7 @@
(setq org-export-with-section-numbers nil
org-export-with-sub-superscripts nil
org-export-with-toc nil
- org-html-head "<style type=\"text/css\">
- body {
- margin: 40px auto;
- max-width: 650px;
- line-height: 1.6;
- font-size: 18px;
- color: #444;
- padding: 0 10px;
- }
- h1, h2, h3 {
- line-height: 1.2;
- }
-</style>"
+ org-html-head "<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\" />"
org-html-head-include-default-style nil
org-html-head-include-scripts nil
org-html-postamble nil)