From 990712c838d1296bac2d5098ab20bcb4ea0a0888 Mon Sep 17 00:00:00 2001 From: hadley Date: Fri, 4 Mar 2016 09:37:58 -0600 Subject: [PATCH] Add custom heading style --- _output.yaml | 1 + r4ds.css | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 r4ds.css diff --git a/_output.yaml b/_output.yaml index 38741b4..65ed853 100644 --- a/_output.yaml +++ b/_output.yaml @@ -8,3 +8,4 @@ bookdown::gitbook: link: https://github.com/hadley/r4ds/edit/master/%s text: "Edit" sharing: no + css: r4ds.css diff --git a/r4ds.css b/r4ds.css new file mode 100644 index 0000000..f23f0f4 --- /dev/null +++ b/r4ds.css @@ -0,0 +1,4 @@ +.book .book-header h1 { + opacity: 1; + text-align: left; +}