From 3d8d9284eb7250da98a0914a8075392817852c98 Mon Sep 17 00:00:00 2001 From: Ken Kellner Date: Sun, 10 Jun 2018 20:41:27 -0400 Subject: Adjust css --- src/buffalo-recycle-part1.Rmd | 1 - src/buffalo-recycle-part2.Rmd | 1 - src/fantasy-football-part1.Rmd | 1 - src/fantasy-football-part2.Rmd | 1 - src/index.Rmd | 1 - src/models-with-integrals.Rmd | 1 - src/static-site.Rmd | 1 - src/style.css | 3 +++ 8 files changed, 3 insertions(+), 7 deletions(-) diff --git a/src/buffalo-recycle-part1.Rmd b/src/buffalo-recycle-part1.Rmd index 9c37138..f8f5cd9 100644 --- a/src/buffalo-recycle-part1.Rmd +++ b/src/buffalo-recycle-part1.Rmd @@ -3,7 +3,6 @@ title: Comparing Recycling Rates Among Buffalo Neighborhoods (Part 1) date: 2018-05-13 output: html_document: - theme: journal css: style.css highlight: pygments --- diff --git a/src/buffalo-recycle-part2.Rmd b/src/buffalo-recycle-part2.Rmd index 63b0e56..64ce024 100644 --- a/src/buffalo-recycle-part2.Rmd +++ b/src/buffalo-recycle-part2.Rmd @@ -3,7 +3,6 @@ title: 'Recycling in Buffalo Part 2: Effects of Income and Education' date: 2018-05-21 output: html_document: - theme: journal css: style.css highlight: pygments --- diff --git a/src/fantasy-football-part1.Rmd b/src/fantasy-football-part1.Rmd index 5025c23..c8d23be 100644 --- a/src/fantasy-football-part1.Rmd +++ b/src/fantasy-football-part1.Rmd @@ -3,7 +3,6 @@ title: 'Fantasy Football: Science or Luck? (Part 1)' date: 2013-04-02 output: html_document: - theme: journal css: style.css highlight: pygments --- diff --git a/src/fantasy-football-part2.Rmd b/src/fantasy-football-part2.Rmd index 712936b..650fbec 100644 --- a/src/fantasy-football-part2.Rmd +++ b/src/fantasy-football-part2.Rmd @@ -3,7 +3,6 @@ title: 'Fantasy Football Part II: Should the Regular Season Matter?' date: 2013-07-13 output: html_document: - theme: journal css: style.css highlight: pygments --- diff --git a/src/index.Rmd b/src/index.Rmd index a6abdf6..b0cd5f7 100644 --- a/src/index.Rmd +++ b/src/index.Rmd @@ -2,7 +2,6 @@ title: Posts output: html_document: - theme: journal css: style.css --- diff --git a/src/models-with-integrals.Rmd b/src/models-with-integrals.Rmd index 4b0be11..56aba6f 100644 --- a/src/models-with-integrals.Rmd +++ b/src/models-with-integrals.Rmd @@ -3,7 +3,6 @@ title: Fitting Bayesian Models with Integrals date: 2018-06-03 output: html_document: - theme: journal css: style.css highlight: pygments --- diff --git a/src/static-site.Rmd b/src/static-site.Rmd index b14486d..2b7336f 100644 --- a/src/static-site.Rmd +++ b/src/static-site.Rmd @@ -3,7 +3,6 @@ title: Simple Static Site Generator with R, Python, and GNU Make date: 2018-05-15 output: html_document: - theme: journal css: style.css highlight: pygments --- diff --git a/src/style.css b/src/style.css index 5dcb384..de6799e 100644 --- a/src/style.css +++ b/src/style.css @@ -1,4 +1,5 @@ body{ /* Normal */ + font-family: Helvetica, sans-serif; font-size: 18px; margin-bottom: 1em; } @@ -16,12 +17,14 @@ ul.nav { h1.title { font-size: 38px; color: DarkRed; + font-weight: bold; margin-bottom: 1em; margin-top: 1em; } h1 { /* Header 1 */ font-size: 28px; color: Black; + font-weight: bold; margin-bottom: 1em; margin-top: 1em; } -- cgit v1.2.3