Skip to content

Commit 84b1abe

Browse files
committed
colours fixed
1 parent ffa1f1a commit 84b1abe

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

R/delphidocs-package.R

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"responses"
33

44
#' Some useful colours
5+
#' @examples
6+
#' colours
57
"colours"
68

79
#' @importFrom cli cli_inform cli_h2 cat_line col_yellow

inst/pkgdown/_pkgdown.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,15 @@ template:
1010
border-radius: 0
1111
headings-color: "#002676"
1212
navbar-light-color: "$headings-color"
13-
navbar-light-brand-color: "$headings-color"
1413
navbar-light-hover-color: "$headings-color"
14+
navbar-light-active-color: "$headings-color"
15+
navbar-light-disabled-color: "$headings-color"
16+
navbar-light-brand-color: "$headings-color"
17+
navbar-light-brand-hover-color: "$headings-color"
18+
navbar-light-icon-color: "$headings-color"
19+
navbar-light-toggler-border-color: "$headings-color"
20+
dropdown-link-color: "$headings-color"
21+
dropdown-link-hover-bg: "#9411201a" # $primary w/ 10% opacity
1522
base_font_size: 1em
1623
link-decoration: "none"
1724

inst/pkgdown/extra.scss

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
font-family: '"Source Serif Pro",Times,serif';
1414
}
1515

16+
17+
1618
.page-header {
1719
border-bottom: none;
1820
}

man/colours.Rd

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/delphidocs-package.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)