From 4c0d30d4f8b05149b38414b43bf3f4e0036eb0cf Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 18 Jun 2021 14:55:43 +0530 Subject: website: Reference external stylesheet. * website/style.css: New file. * Makefile.am (AM_MAKEINFOHTMLFLAGS): Set to --css-ref=/style.css. * build-aux/build-website.el (org-html-head): Set to tag referencing external stylesheet. --- website/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 website/style.css (limited to 'website') diff --git a/website/style.css b/website/style.css new file mode 100644 index 0000000..6f73a82 --- /dev/null +++ b/website/style.css @@ -0,0 +1,12 @@ +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; +} -- cgit v1.2.3