diff --git a/index.Rmd b/index.Rmd index 9c12b61..56e4008 100755 --- a/index.Rmd +++ b/index.Rmd @@ -1,5 +1,5 @@ --- -title: "The OBIS manual" +title: "The OBIS Manual" site: "bookdown::bookdown_site" date: "`r format(Sys.time(), '%d %B, %Y')`" geometry: "left=2.4cm,right=2.4cm,top=2.8cm,bottom=2.8cm" diff --git a/style.css b/style.css index 3bbf21b..5463e63 100644 --- a/style.css +++ b/style.css @@ -97,4 +97,7 @@ table { } .marker-orange { color: orange; +} +.book .book-header h1 { + opacity: 1 !important; } \ No newline at end of file