Skip to content

Commit 822d525

Browse files
committed
Leverage new navbar-bg var
See r-lib/pkgdown#2847
1 parent f5fac5a commit 822d525

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Package: epiversetheme
22
Title: A 'pkgdown' Template for 'Epiverse-TRACE' Packages
33
Version: 0.1.0
4-
Authors@R:
4+
Authors@R:
55
person("Hugo", "Gruson", , "hugo.gruson+R@normalesup.org", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0002-4094-1476"))
77
Description: What the package does (one paragraph).
88
Imports:
9-
pkgdown (>= 2.1.0)
9+
pkgdown (>= 2.1.9000)
1010
License: MIT
1111
Config/testthat/edition: 3
1212
Encoding: UTF-8

inst/pkgdown/_pkgdown.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ template:
1313
gtag('config', 'G-XZ471458FQ');
1414
</script>
1515
bslib:
16+
navbar-bg: "#071E2D"
1617
base_font: "DM Sans"
1718
code_font: "Roboto Mono"
1819
danger: "#F04A4C"

inst/pkgdown/extra.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
@import 'https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,700&family=Roboto+Mono&display=swap';
22

3-
.navbar {
4-
background-color: #071E2D;
5-
}
6-
73
.navbar-nav .nav-item > .nav-link, .navbar-brand, .navbar-brand:hover, .navbar-brand:focus {
84
color: #fff;
95
}

0 commit comments

Comments
 (0)