summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Kellner <ken@kenkellner.com>2018-06-10 20:41:27 -0400
committerKen Kellner <ken@kenkellner.com>2018-06-10 20:41:27 -0400
commit3d8d9284eb7250da98a0914a8075392817852c98 (patch)
treef4261b9f1ee3ea84fc3c1a90f29f6efbd830c89f
parentbb28d3156f9b92e281a8e4d661c782c2508e9f9c (diff)
Adjust css
-rw-r--r--src/buffalo-recycle-part1.Rmd1
-rw-r--r--src/buffalo-recycle-part2.Rmd1
-rw-r--r--src/fantasy-football-part1.Rmd1
-rw-r--r--src/fantasy-football-part2.Rmd1
-rw-r--r--src/index.Rmd1
-rw-r--r--src/models-with-integrals.Rmd1
-rw-r--r--src/static-site.Rmd1
-rw-r--r--src/style.css3
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;
}