Add custom heading style

This commit is contained in:
hadley 2016-03-04 09:37:58 -06:00
parent 6f5f443734
commit 990712c838
2 changed files with 5 additions and 0 deletions

View File

@ -8,3 +8,4 @@ bookdown::gitbook:
link: https://github.com/hadley/r4ds/edit/master/%s
text: "Edit"
sharing: no
css: r4ds.css

4
r4ds.css Normal file
View File

@ -0,0 +1,4 @@
.book .book-header h1 {
opacity: 1;
text-align: left;
}