Skip to content

Commit 81818dd

Browse files
committed
docs: fix doc page colors, match with epipredict
1 parent d04e4af commit 81818dd

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

_pkgdown.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,29 @@
1+
# Colors should stay consistent across epipredict & epidatr, using Carnegie
2+
# Red https://www.cmu.edu/brand/brand-guidelines/visual-identity/colors.html
13
template:
24
bootstrap: 5
35
bootswatch: cosmo
46
bslib:
57
font_scale: 1.0
6-
primary: '#C41230'
7-
link-color: '#C41230'
8-
navbar-bg: '#C41230'
9-
navbar-fg: '#f8f8f8'
10-
11-
development:
12-
mode: auto
8+
primary: "#C41230"
9+
link-color: "#C41230"
1310

1411
navbar:
15-
bg: '#C41230'
16-
fg: '#f8f8f8'
12+
bg: primary
13+
type: dark
1714

1815
home:
1916
links:
2017
- text: Get the Python client
2118
href: https://github.com/cmu-delphi/epidatpy/
22-
2319
- text: View the Delphi Website
2420
href: https://delphi.cmu.edu/
25-
2621
- text: Introduction to Delphi's Tooling Work
2722
href: https://cmu-delphi.github.io/delphi-tooling-book/
28-
2923
- text: The epiprocess R package
3024
href: https://cmu-delphi.github.io/epiprocess/
31-
3225
- text: The epipredict R package
3326
href: https://cmu-delphi.github.io/epipredict/
34-
3527
- text: The epidatasets R package
3628
href: https://cmu-delphi.github.io/epidatasets/
3729

0 commit comments

Comments
 (0)